Re: [slurm-users] hi-priority partition and preemption

2023-05-25 Thread Reed Dier
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

Re: [slurm-users] hi-priority partition and preemption

2023-05-24 Thread Groner, Rob
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

Re: [slurm-users] hi-priority partition and preemption

2023-05-24 Thread Loris Bennett
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