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
47cfc76a
Commit
47cfc76a
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation on lightweight core file support.
parent
7c969dd2
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
+16
-1
16 additions, 1 deletion
doc/html/faq.shtml
with
16 additions
and
1 deletion
doc/html/faq.shtml
+
16
−
1
View file @
47cfc76a
...
@@ -53,6 +53,8 @@ resources than physically exist on the node?</a></li>
...
@@ -53,6 +53,8 @@ resources than physically exist on the node?</a></li>
replayed" error in the <i>SlurmdLogFile</i> indicate?</a></li>
replayed" error in the <i>SlurmdLogFile</i> indicate?</a></li>
<li><a href="#large_time">What does a "Warning: Note very large
<li><a href="#large_time">What does a "Warning: Note very large
processing time" in the <i>SlurmctldLogFile</i> indicate?</a></li>
processing time" in the <i>SlurmctldLogFile</i> indicate?</a></li>
<li><a href="#lightweight_core">How can I add support for lightweight
core files?</a></li>
</ol>
</ol>
<h2>For Users</h2>
<h2>For Users</h2>
...
@@ -547,8 +549,21 @@ Another possibility is that the node on which the slurmctld
...
@@ -547,8 +549,21 @@ Another possibility is that the node on which the slurmctld
daemon executes has exhausted memory and is paging.
daemon executes has exhausted memory and is paging.
Try running the program <i>top</i> to check for this possibility.
Try running the program <i>top</i> to check for this possibility.
<p><a name="lightweight_core"><b>18. How can I add support for
lightweight core files?</b></a><br>
SLURM supports lightweight core files by setting environment variables
based upon the <i>srun --core</i> option. Of particular note, it
sets the <i>LD_PRELOAD</i> environment variable to load new functions
used to process a core dump.
>First you will need to acquire and install a shared object
library with the appropriate functions.
Then edit the SLURM code in <i>src/srun/core-format.c</i> to
specify a name for the core file type,
add a test for the existence of the library,
and set environment variables appropriately when it is used.
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
16
April 2007</p>
<p style="text-align:center;">Last modified
30
April 2007</p>
<!--#include virtual="footer.txt"-->
<!--#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