[ARVADOS] updated: be2197781a206ba7cbf5bbfbf61a70375fb10d68

git at public.curoverse.com git at public.curoverse.com
Thu Feb 4 05:33:30 EST 2016


Summary of changes:
 doc/install/install-crunch-dispatch.html.textile.liquid | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

       via  be2197781a206ba7cbf5bbfbf61a70375fb10d68 (commit)
      from  73812c5a32581a7f72922dcd2e448e4d4ba4d918 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit be2197781a206ba7cbf5bbfbf61a70375fb10d68
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Feb 4 05:33:24 2016 -0500

    Make install guide slurm.conf more Arvados-compliant.
    
    * SelectType=select/linear allocates entire nodes at a time.  The
      previous value scheduled individual cores.
    * With that change, SelectTypeParameters=CR_CPU_Memory is not valid.
      Remove it, as we do in production.
    * The setting of FastSchedule seems less pressing, but 0 is what we
      use in production, so share that here too.
    
    No issue #.

diff --git a/doc/install/install-crunch-dispatch.html.textile.liquid b/doc/install/install-crunch-dispatch.html.textile.liquid
index 28a694b..0e5be94 100644
--- a/doc/install/install-crunch-dispatch.html.textile.liquid
+++ b/doc/install/install-crunch-dispatch.html.textile.liquid
@@ -95,9 +95,8 @@ Waittime=0
 # SCHEDULING
 SchedulerType=sched/backfill
 SchedulerPort=7321
-SelectType=select/cons_res
-SelectTypeParameters=CR_CPU_Memory
-FastSchedule=1
+SelectType=select/linear
+FastSchedule=0
 #
 # LOGGING
 SlurmctldDebug=3

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list