From be2197781a206ba7cbf5bbfbf61a70375fb10d68 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 4 Feb 2016 05:33:24 -0500 Subject: [PATCH] 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 #. --- doc/install/install-crunch-dispatch.html.textile.liquid | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/install/install-crunch-dispatch.html.textile.liquid b/doc/install/install-crunch-dispatch.html.textile.liquid index 28a694be36..0e5be9411a 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 -- 2.30.2