Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
eb4da5cc
Commit
eb4da5cc
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
describe how to build slurm for debugging
parent
3139702a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/faq.shtml
+8
-1
8 additions, 1 deletion
doc/html/faq.shtml
with
8 additions
and
1 deletion
doc/html/faq.shtml
+
8
−
1
View file @
eb4da5cc
...
...
@@ -82,6 +82,7 @@ to log job step information at the appropriate level?</li>
SLURM RPM?</li>
<li><a href="#slurmdbd">Why should I use the slurmdbd instead of the
regular database plugins?</li>
<li><a href="#debug">How can I build SLURM with debugging symbols?</li>
</ol>
<h2>For Users</h2>
...
...
@@ -952,8 +953,14 @@ slurmdbd.
slurmdbd you can also query any cluster using the slurmdbd from any
other cluster's nodes.
<p><a name="debug"><b>29. How can I build SLURM with debugging symbols?</b></br>
Set your CFLAGS environment variable before building.
You want the "-g" option to produce debugging information and
"-O0" to set the optimization level to zero (off). For example:<br>
CFLAGS="-g -O0" ./configure ...
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
1 July
2008</p>
<p style="text-align:center;">Last modified
8 August
2008</p>
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment