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

Add note for gang support with select/cray plugin

There need to be some network enhancements for proper operation
though.
parent 132c1367
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,10 @@ gang scheduling: ...@@ -40,9 +40,10 @@ gang scheduling:
</P> </P>
<UL> <UL>
<LI> <LI>
<B>SelectType</B>: The SLURM gang scheduler supports nodes <B>SelectType</B>: The SLURM gang scheduler supports
allocated by the <I>select/linear</I> plugin and socket/core/CPU resources nodes allocated by the <I>select/linear</I> plugin,
allocated by the <I>select/cons_res</I> plugin. socket/core/CPU resources allocated by the <I>select/cons_res</I> plugin or
<I>select/cray</I> for Cray systems without ALPS.
</LI> </LI>
<LI> <LI>
<B>SelectTypeParameter</B>: Since resources will be getting overallocated <B>SelectTypeParameter</B>: Since resources will be getting overallocated
...@@ -499,6 +500,6 @@ Note that <I>CR_Core_Memory</I> supports CPU binding, while ...@@ -499,6 +500,6 @@ Note that <I>CR_Core_Memory</I> supports CPU binding, while
<I>CR_CPU_Memory</I> does not. <I>CR_CPU_Memory</I> does not.
</P> </P>
<p style="text-align:center;">Last modified 3 January 2014</p> <p style="text-align:center;">Last modified 24 February 2014</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
...@@ -28,9 +28,10 @@ There are several important configuration parameters relating to preemption: ...@@ -28,9 +28,10 @@ There are several important configuration parameters relating to preemption:
</P> </P>
<UL> <UL>
<LI> <LI>
<B>SelectType</B>: SLURM job preemption logic supports nodes allocated by the <B>SelectType</B>: SLURM job preemption logic supports
<I>select/linear</I> plugin and socket/core/CPU resources allocated by the nodes allocated by the <I>select/linear</I> plugin,
<I>select/cons_res</I> plugin. socket/core/CPU resources allocated by the <I>select/cons_res</I> plugin or
<I>select/cray</I> for Cray systems without ALPS.
</LI> </LI>
<LI> <LI>
<B>SelectTypeParameter</B>: Since resources may be getting over-allocated <B>SelectTypeParameter</B>: Since resources may be getting over-allocated
...@@ -373,6 +374,6 @@ order to support ideal placements such as this, which can quickly complicate ...@@ -373,6 +374,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 17 July 2013</p> <p style="text-align:center;">Last modified 24 February 2014</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