Hi, Two Questions: 1. I would like to ask you if it is possible to create the next kind of configuration:
PARTITION-1 priority=90 PARTITION-2 priority=50 PARTITION-3 priority=10 What I want to get here is that PARTITION-1 can preempt any of PARTITION-2 or PARTITION-3. But PARTITION-2 must not be able to preempt partition-3. Any clues on how to get this setup, previously I tried to use something like: PARTITION-3 PreemptMode=suspend But that of course causes that PARTITION-3 can be preempted by any of the other two partitions. 2. Is there any sacctmgr way to limit the total consumed wall-time? Some new users will be added to our cluster, but we want to add these new accounts with a limit on total wall-time usage, then when the user/group reach the limit we want to prevent it from executing more jobs. Is it possible to do this with slurm? Thanks, Daniel
