Re: [slurm-users] Creating priority quotas

2018-01-25 Thread Brian Novogradac
This is great!!1 thank you! From: slurm-users on behalf of Manuel Rodríguez Pascual Sent: Thursday, January 25, 2018 11:29 AM To: Slurm User Community List Subject: Re: [slurm-users] Creating priority quotas In case any of you is interested, my team

Re: [slurm-users] Creating priority quotas

2018-01-25 Thread Manuel Rodríguez Pascual
OS method? I'm reading the QOS docs as I type. > > > Brian > -- > *From:* slurm-users on behalf of > Loris Bennett > *Sent:* Thursday, January 25, 2018 11:09 AM > *To:* Slurm User Community List > *Subject:* Re: [slurm-users] Creating pr

Re: [slurm-users] Creating priority quotas

2018-01-25 Thread Brian Novogradac
09 AM To: Slurm User Community List Subject: Re: [slurm-users] Creating priority quotas Hi Brian, QOS is probably the right way to go. You can set up a QOS 'vip', which can preempt other QOS. We don't preempt, but use multifactor priority with various QOS with different priority v

Re: [slurm-users] Creating priority quotas

2018-01-25 Thread Jeff White
If it is preemption here's how we do it: PreemptMode=REQUEUE PreemptType=preempt/partition_prio PartitionName=plebeians  Nodes=cn[1-35]  Priority=1000 Default=YES PartitionName=vips  Nodes=cn[1-35]  Priority=5000  Default=NO Jeff White HPC Systems Engineer - ITS Question about or help with Kam

Re: [slurm-users] Creating priority quotas

2018-01-25 Thread Loris Bennett
Hi Brian, QOS is probably the right way to go. You can set up a QOS 'vip', which can preempt other QOS. We don't preempt, but use multifactor priority with various QOS with different priority values. In that case, VIP jobs won't start immediately, but just get pushed to the front of the queue.

Re: [slurm-users] Creating priority quotas

2018-01-25 Thread John Hearns
Brian, not my area of expertise. Do you want 'premption' - ie the VIP user runs something and other jobs are pre-empted? https://slurm.schedmd.com/preempt.html On 25 January 2018 at 16:27, Brian Novogradac wrote: > I'm new to Slurm, and looking for some assistance. > > > I need to create vario