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
1b1a9001
Commit
1b1a9001
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
For CG jobs, add description of UnkillableStepProgram and UnkillableStepTimeout
slurm.conf parameters
parent
efe86391
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
+9
-2
9 additions, 2 deletions
doc/html/faq.shtml
with
9 additions
and
2 deletions
doc/html/faq.shtml
+
9
−
2
View file @
1b1a9001
...
@@ -89,7 +89,7 @@ regular database plugins?</li>
...
@@ -89,7 +89,7 @@ regular database plugins?</li>
When a job is terminating, both the job and its nodes enter the COMPLETING state.
When a job is terminating, both the job and its nodes enter the COMPLETING state.
As the SLURM daemon on each node determines that all processes associated with
As the SLURM daemon on each node determines that all processes associated with
the job have terminated, that node changes state to IDLE or some other appropriate
the job have terminated, that node changes state to IDLE or some other appropriate
state.
state
for use by other jobs
.
When every node allocated to a job has determined that all processes associated
When every node allocated to a job has determined that all processes associated
with it have terminated, the job changes state to COMPLETED or some other
with it have terminated, the job changes state to COMPLETED or some other
appropriate state (e.g. FAILED).
appropriate state (e.g. FAILED).
...
@@ -109,6 +109,13 @@ Note that setting the node DOWN will terminate all running or suspended
...
@@ -109,6 +109,13 @@ Note that setting the node DOWN will terminate all running or suspended
jobs associated with that node.
jobs associated with that node.
An alternative is to set the node's state to DRAIN until all jobs
An alternative is to set the node's state to DRAIN until all jobs
associated with it terminate before setting it DOWN and re-booting.</p>
associated with it terminate before setting it DOWN and re-booting.</p>
<p>Note that SLURM has two configuration parameters that may be used to
automate some of this process.
<i>UnkillableStepProgram</i> specifies a program to execute when
non-killable proceses are identified.
<i>UnkillableStepTimeout</i> specifies how long to wait for processes
to terminate.
See the "man slurm.conf" for more information about these parameters.</p>
<p><a name="rlimit"><b>2. Why are my resource limits not propagated?</b></a><br>
<p><a name="rlimit"><b>2. Why are my resource limits not propagated?</b></a><br>
When the <span class="commandline">srun</span> command executes, it captures the
When the <span class="commandline">srun</span> command executes, it captures the
...
@@ -947,6 +954,6 @@ slurmdbd.
...
@@ -947,6 +954,6 @@ slurmdbd.
<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 1
3 Ma
y 2008</p>
<p style="text-align:center;">Last modified 1
Jul
y 2008</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