Skip to content
Snippets Groups Projects
Commit 3b64f8a4 authored by Morris Jette's avatar Morris Jette
Browse files

Note issues with multiple partitions gang scheduling

Note that multiple partitions that overlap and gang schedule are
scheduled independently and that is not generally recommended.
parent c02067c4
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,9 @@ how many jobs can share a resource (FORCE[:max_share]). By default the
max_share value is 4. To allow up to 6 jobs from this partition to be
allocated to a common resource, set <I>Shared=FORCE:6</I>. To only let 2 jobs
timeslice on the same resources, set <I>Shared=FORCE:2</I>.
NOTE: Gang scheduling is performed independently for each partition, so
configuring partitions with overlapping nodes and gang scheduling is generally
not recommended.
</LI>
</UL>
<P>
......
......@@ -890,6 +890,9 @@ preempts jobs by checkpointing them (if possible) or canceling them.
.TP
\fBGANG\fR
enables gang scheduling (time slicing) of jobs in the same partition.
NOTE: Gang scheduling is performed independently for each partition, so
configuring partitions with overlapping nodes and gang scheduling is generally
not recommended.
.TP
\fBREQUEUE\fR
preempts jobs by requeuing them (if possible) or canceling them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment