I've been recently hit by
EnforcePartLimits=ALL
that refused jobs that couldn't run in all given partitions. Solved by
setting it to
EnforcePartLimits=ANY
so that the job gets queued if it can run in ANY given partition (very
useful if you also use JobSubmitPlugin=all_partitions ).
Diego
Il
We have a heterogeneous mix of nodes, most 32 core, but one group of 36 core,
grouped into homogeneous partitions. We like to be able to specify multiple
partitions so that a job can run on any homogeneous group. It would be nice if
we could run on all such nodes using 32 cores per node. To t