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

More gang scheduling documentation updates

parent 8c68f081
No related branches found
No related tags found
No related merge requests found
...@@ -497,8 +497,9 @@ higher to gang schedule (time-slice) parallell jobs. Review SLURM's ...@@ -497,8 +497,9 @@ higher to gang schedule (time-slice) parallell jobs. Review SLURM's
information about gang scheduling. Be certain to configure approriate values information about gang scheduling. Be certain to configure approriate values
for default and/or maximum memory limits (e.g. <b>DefMemPerNode</b> and for default and/or maximum memory limits (e.g. <b>DefMemPerNode</b> and
<b>MaxMemPerNode</b>), enable enforcement of memory limits (e.g. <b>MaxMemPerNode</b>), enable enforcement of memory limits (e.g.
<b>SelectTypeParameters=CR_Memory</b>) and set an appropriate multi-programming <b>SelectTypeParameters=CR_Memory</b>), set an appropriate multi-programming
level in each partition (e.g. <b>Shared=FORCE:2</b>).</p> level in each partition (e.g. <b>Shared=FORCE:2</b>), and enable gang
scheduling (e.g. <b>PreemptMode=GANG</b>).</p>
<p class="footer"><a href="#top">top</a></p> <p class="footer"><a href="#top">top</a></p>
......
...@@ -48,7 +48,8 @@ gang scheduling: ...@@ -48,7 +48,8 @@ gang scheduling:
<LI> <LI>
<B>SelectType</B>: The SLURM gang scheduler supports nodes <B>SelectType</B>: The SLURM gang scheduler supports nodes
allocated by the <I>select/linear</I> plugin and socket/core/CPU resources allocated by the <I>select/linear</I> plugin and socket/core/CPU resources
allocated by the <I>select/cons_res</I> plugin. allocated by the <I>select/cons_res</I> plugin. The <I>select/cray</I> is
also supported for Cray computers running BASIL version 1.2 or higher.
</LI> </LI>
<LI> <LI>
<B>SelectTypeParameter</B>: Since resources will be getting overallocated <B>SelectTypeParameter</B>: Since resources will be getting overallocated
...@@ -522,6 +523,6 @@ For now this idea could be experimented with by disabling memory support in ...@@ -522,6 +523,6 @@ For now this idea could be experimented with by disabling memory support in
the selector and submitting appropriately sized jobs. the selector and submitting appropriately sized jobs.
</P> </P>
<p style="text-align:center;">Last modified 11 August 2009</p> <p style="text-align:center;">Last modified 24 June 2011</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
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