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
d746ca6f
Commit
d746ca6f
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
More prolog/epilog documenation
parent
26db2c81
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/prolog_epilog.shtml
+13
-1
13 additions, 1 deletion
doc/html/prolog_epilog.shtml
doc/man/man5/slurm.conf.5
+12
-0
12 additions, 0 deletions
doc/man/man5/slurm.conf.5
with
25 additions
and
1 deletion
doc/html/prolog_epilog.shtml
+
13
−
1
View file @
d746ca6f
...
...
@@ -299,10 +299,22 @@ defined points.</p>
<p><a href="spank.html">SPANK</a> is another mechanism that may be useful
to invoke logic in the user commands, slurmd daemon, and slurmstepd daemon.</p>
<h3>Failure Handling</h3>
<p>If the Epilog fails (returns a non-zero exit code), this will result in the
node being set to a DOWN state.
If the PrologSlurmctld fails (returns a non-zero exit code), this will only
be logged.
If the Prolog fails (returns a non-zero exit code), this will result in the
node being set to a DOWN state and the job requeued to executed on another node.
If the PrologSlurmctld fails (returns a non-zero exit code), this will result
in the job requeued to executed on another node if possible. Only batch jobs
can be requeued. Interactive jobs (salloc and srun) will be cancelled if the
PrologSlurmctld fails.</p>
<HR SIZE=4>
<p>Based upon work by Jason Sollom, Cray Inc. and used by permission.</p>
<p style="text-align:center;">Last modified
24 Sept
ember 2012</p>
<p style="text-align:center;">Last modified
19 Nov
ember 2012</p>
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
12
−
0
View file @
d746ca6f
...
...
@@ -3093,6 +3093,18 @@ from an allocation are run on a node, it will never run the Prolog for that
allocation. The Epilog, on the other hand, always runs on every node of an
allocation when the allocation is released.
If the Epilog fails (returns a non\-zero exit code), this will result in the
node being set to a DOWN state.
If the EpilogSlurmctld fails (returns a non\-zero exit code), this will only
be logged.
If the Prolog fails (returns a non\-zero exit code), this will result in the
node being set to a DOWN state and the job requeued to executed on another node.
If the PrologSlurmctld fails (returns a non\-zero exit code), this will result
in the job requeued to executed on another node if possible. Only batch jobs
can be requeued. Interactive jobs (salloc and srun) will be cancelled if the
PrologSlurmctld fails.
Information about the job is passed to the script using environment
variables.
Unless otherwise specified, these environment variables are available
...
...
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