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
d937d212
Commit
d937d212
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
try to better clarify PreemptMode=SUSPEND and how the GANG option is used
parent
33bce9b4
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/preempt.shtml
+10
-2
10 additions, 2 deletions
doc/html/preempt.shtml
with
10 additions
and
2 deletions
doc/html/preempt.shtml
+
10
−
2
View file @
d937d212
...
@@ -91,10 +91,15 @@ parameters are not critical.
...
@@ -91,10 +91,15 @@ parameters are not critical.
<B>PreemptMode</B>: Specifies the mechanism used to preempt low priority jobs.
<B>PreemptMode</B>: Specifies the mechanism used to preempt low priority jobs.
The PreemptMode can be specified on a system-wide basis or on a per-partition
The PreemptMode can be specified on a system-wide basis or on a per-partition
basis when <I>PreemptType=preempt/partition_prio</I>. Note that when specified
basis when <I>PreemptType=preempt/partition_prio</I>. Note that when specified
on a partition, a compatible mode must also be specified system-wide.
on a partition, a compatible mode must also be specified system-wide;
specifically if a PreemptMode is set to SUSPEND for any partition or QOS, then
the system-wide PreemptMode must include the GANG parameter so the module
responsible for resuming jobs executes.
Configure to <I>CANCEL</I>, <I>CHECKPOINT</I>,
Configure to <I>CANCEL</I>, <I>CHECKPOINT</I>,
<I>SUSPEND</I> or <I>REQUEUE</I> depending on the desired action for low
<I>SUSPEND</I> or <I>REQUEUE</I> depending on the desired action for low
priority jobs.
priority jobs.
The <I>GANG</I> option must also be specified if gang scheduling is desired
or a PreemptMode of <I>SUSPEND</I> is used for any jobs.
<UL>
<UL>
<LI>A value of <I>CANCEL</I> will always cancel the job.</LI>
<LI>A value of <I>CANCEL</I> will always cancel the job.</LI>
<LI>A value of <I>CHECKPOINT</I> will checkpoint (if possible) or kill low
<LI>A value of <I>CHECKPOINT</I> will checkpoint (if possible) or kill low
...
@@ -105,6 +110,9 @@ jobs. Requeued jobs are permitted to be restarted on different resources.</LI>
...
@@ -105,6 +110,9 @@ jobs. Requeued jobs are permitted to be restarted on different resources.</LI>
<LI>A value of <I>SUSPEND</I> will suspend and automatically resume the low
<LI>A value of <I>SUSPEND</I> will suspend and automatically resume the low
priority jobs. The <I>SUSPEND</I> option must be used with the <I>GANG</I>
priority jobs. The <I>SUSPEND</I> option must be used with the <I>GANG</I>
option (e.g. "PreemptMode=SUSPEND,GANG").</LI>
option (e.g. "PreemptMode=SUSPEND,GANG").</LI>
<LI>A value of <I>GANG</I> may be used with any of the above values and will
execute a module responsible for resuming jobs previously suspended for either
gang scheduling or job preemption with suspension.</LI>
</UL>
</UL>
</LI>
</LI>
<LI>
<LI>
...
@@ -369,6 +377,6 @@ order to support ideal placements such as this, which can quickly complicate
...
@@ -369,6 +377,6 @@ order to support ideal placements such as this, which can quickly complicate
the design. Any and all help is welcome here!
the design. Any and all help is welcome here!
</P>
</P>
<p style="text-align:center;">Last modified
24 Nov
ember 2010</p>
<p style="text-align:center;">Last modified
6 Dec
ember 2010</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