Make install guide slurm.conf more Arvados-compliant.
authorBrett Smith <brett@curoverse.com>
Thu, 4 Feb 2016 10:33:24 +0000 (05:33 -0500)
committerBrett Smith <brett@curoverse.com>
Thu, 4 Feb 2016 10:33:24 +0000 (05:33 -0500)
* 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

index 28a694be362372bf12d477ed46e0cbecc8fad3d6..0e5be9411a28f435a738e694dd6c398b91ae2b1e 100644 (file)
@@ -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