On Mon, Feb 20, 2012 at 2:57 AM, Pär Andersson <[email protected]> wrote: > What SelectType do you have configured in slurm.conf? One possible cause > would be if you are using select/linear, in that case what you see would > be the expected behavior. To allocate only part of a nodes resources to > a job you need to use select/cons_res. > > (Note that changing SelectType will purge all jobs from the system when > you restart)
Ach! I thought I'd replied to the list, but it just went back to myself... Anyway, Pär is correct- SelectType was unset in my .conf, so it was select/linear, not select/cons_res. Once set and restarted, works beautifully. Thanks all Michael
