Re: [slurm-users] Weekend Partition

2019-07-23 Thread Matthew BETTINGER
Ok thanks for the reassurance. I had thought about your first partition idea vs the reservation. I was not sure if this was possible on the fly without updating the slurm.conf on each compute node without causing issues. On 7/23/19, 1:00 PM, "slurm-users on behalf of Daniel Letai" wrote:

Re: [slurm-users] Weekend Partition

2019-07-23 Thread Daniel Letai
I would use a partition with very low priority and preemption. General cluster conf: PreemptType=preempt/partition_prio Preemptmode=Cancel # Anything except 'Off' Partition definition: ParttionName=weekend PreemptMode=Cancel MaxTime=Unlimited

[slurm-users] Weekend Partition

2019-07-23 Thread Matthew BETTINGER
Hello, We run lsf and slurm here. For LSF we have a weekend queue with no limit and jobs get killed after Sunday. What is the best way to do something similar for slurm? Reservation? We would like to have any running jobs killed after Sunday if possible too. Thanks.