It appears that my Slurm cluster is scheduling jobs to load up nodes as
much as possible before putting jobs on other nodes. I understand the
reasons for doing this, however I foresee my users wanting to spread jobs
out among as many nodes as possible for various reasons, some of which are
even valid.

How would I configure the scheduler to distribute jobs in something like a
round-robin fashion to many nodes instead of loading jobs onto just a few
nodes?

I currently have:
    'SchedulerType'         => 'sched/builtin',
    'SelectTypeParameters'  => 'CR_Core_Memory',
    'SelectType'            => 'select/cons_res',

-- 
Perfection is just a word I use occasionally with mustard.
--Atom Powers--

Reply via email to