Commit de745d44 authored by Morris Jette's avatar Morris Jette
Browse files

select/cons_res: fix bug in exclusive node allocation

This corrects a bug introduced in commit 952401ec
The NODE_CR_RESV value is being stored in a job as an 8-bit variable, so we
can not use a value of 10000 for an exclusive node allocation. It's value was
reduced to 250, which will be the maximum number of jobs that can be run on any
node. Problem demonstrated by "salloc -N1 --exclusive" allocating the job only
one CPU on the node rather than all CPUs on the node.
parent 17b5bd18
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment