After trying to approach this with preempt/partition_prio, we ended up moving
to QOS based preemption due to some issues with suspend/requeue, and also
wanting to use QOS for quicker/easier tweaks than changing partitions as a
whole.
> PreemptType=preempt/qos
> PreemptMode=SUSPEND,GANG
> Partit
What you are describing is definitely doable. We have our system setup
similarly. All nodes are in the "open" partition and "prio" partition, but a
job submitted to the "prio" partition will preempt the open jobs.
I don't see anything clearly wrong with your slurm.conf settings. Ours are
ver
Hi Fabrizio,
Fabrizio Roccato writes:
> Hi all,
> i'm trying to have two overlapping partition, say normal and hi-pri,
> so that when jobs are launched in the second one they can preempt the jobs
> allready running in the first one, automatically putting them in suspend
> state. After comp