From cc9180645b156aac663b15bbf06282e99d376dbc Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Mon, 24 Feb 2014 12:52:21 -0800 Subject: [PATCH] Add note for gang support with select/cray plugin There need to be some network enhancements for proper operation though. --- doc/html/gang_scheduling.shtml | 9 +++++---- doc/html/preempt.shtml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/html/gang_scheduling.shtml b/doc/html/gang_scheduling.shtml index d157fc5008b..d1e1a30fc12 100644 --- a/doc/html/gang_scheduling.shtml +++ b/doc/html/gang_scheduling.shtml @@ -40,9 +40,10 @@ gang scheduling: </P> <UL> <LI> -<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/cons_res</I> plugin. +<B>SelectType</B>: The SLURM gang scheduler supports +nodes allocated by the <I>select/linear</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> <B>SelectTypeParameter</B>: Since resources will be getting overallocated @@ -499,6 +500,6 @@ Note that <I>CR_Core_Memory</I> supports CPU binding, while <I>CR_CPU_Memory</I> does not. </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"--> diff --git a/doc/html/preempt.shtml b/doc/html/preempt.shtml index 31c812119b3..a5aead55263 100644 --- a/doc/html/preempt.shtml +++ b/doc/html/preempt.shtml @@ -28,9 +28,10 @@ There are several important configuration parameters relating to preemption: </P> <UL> <LI> -<B>SelectType</B>: SLURM job preemption logic supports nodes allocated by the -<I>select/linear</I> plugin and socket/core/CPU resources allocated by the -<I>select/cons_res</I> plugin. +<B>SelectType</B>: SLURM job preemption logic supports +nodes allocated by the <I>select/linear</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> <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 the design. Any and all help is welcome here! </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"--> -- GitLab