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
1cb8eaf9
Commit
1cb8eaf9
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Describe how orphan job steps happen.
parent
ab751a8e
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
+19
-1
19 additions, 1 deletion
doc/html/faq.shtml
with
19 additions
and
1 deletion
doc/html/faq.shtml
+
19
−
1
View file @
1cb8eaf9
...
@@ -14,6 +14,7 @@ to run on nodes?</a></li>
...
@@ -14,6 +14,7 @@ to run on nodes?</a></li>
<li><a href="#backfill">Why is the SLURM backfill scheduler not starting my
<li><a href="#backfill">Why is the SLURM backfill scheduler not starting my
job?</a></li>
job?</a></li>
<li><a href="#steps">How can I run multiple jobs from within a single script?</a></li>
<li><a href="#steps">How can I run multiple jobs from within a single script?</a></li>
<li><a href="#orphan">Why do I have job steps when my job has already COMPLETED?</a></li>
</ol>
</ol>
<h2>For Administrators</h2>
<h2>For Administrators</h2>
<ol>
<ol>
...
@@ -203,6 +204,23 @@ steps will be allocated nodes that are not already allocated to
...
@@ -203,6 +204,23 @@ steps will be allocated nodes that are not already allocated to
other job steps. This essential provides a second level of resource
other job steps. This essential provides a second level of resource
management within the job for the job steps.</p>
management within the job for the job steps.</p>
<p><a name="orphan"><b>10. Why do I have job steps when my job has
already COMPLETED?</b></a><br>
NOTE: This only applies to systems configured with
<i>SwitchType=switch/elan</i> or <i>SwitchType=switch/federation</i>.
All other systems will purge all job steps on job completion.</p>
<p>SLURM maintains switch (network interconnect) information within
the job step for Quadrics Elan and IBM Federation switches.
This information must be maintained until we are absolutely certain
that the processes associated with the switch have been terminated
to avoid the possibility of re-using switch resources for other
jobs (even on different nodes).
SLURM considers jobs COMPLETED when all nodes allocated to the
job are either DOWN or confirm termination of all it's processes.
This enables SLURM to purge job information in a timely fashion
even when there are many failing nodes.
Unfortunately the job step information may persist longer.</p>
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<h2>For Administrators</h2>
<h2>For Administrators</h2>
...
@@ -425,6 +443,6 @@ for more details about configuring multiple slurmd support.
...
@@ -425,6 +443,6 @@ for more details about configuring multiple slurmd support.
<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
31 Octo
ber 2006</p>
<p style="text-align:center;">Last modified
9 Novem
ber 2006</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