Yes, you can configure different with preemption rules.
You can also configure different qualities of service within a partition with 
different preemption rules.
________________________________________
From: [email protected] [[email protected]] On Behalf 
Of Maestas, Christopher [[email protected]]
Sent: Wednesday, March 09, 2011 3:53 PM
To: [email protected]
Subject: [slurm-dev] premption on subsets of nodes

If we have a nodeset of cn[1-120]:

--- slurm.conf
PreemptType=preempt/partition_prio
PreemptMode=CANCEL

PartitionName=all Nodes="cn[1-120]" Default=YES Shared=NO      Priority=10 
PreemptMode=requeue RootOnly=NO
---

Can we setup subsets of that partition to take the same preemption such as:
---
PartitionName=bigmamma   Nodes="cn[1-4]" Default=NO Shared=FORCE:1 Priority=30 
PreemptMode=off RootOnly=NO
PartitionName=bigdaddy   Nodes="cn[5-120]" Default=NO Shared=FORCE:1 
Priority=30 PreemptMode=off RootOnly=NO
PartitionName=bigdaddysub1   Nodes="cn[5-22]" Default=NO Shared=FORCE:1 
Priority=50 PreemptMode=off RootOnly=NO
PartitionName=bigdaddysub2   Nodes="cn[23-120]" Default=NO Shared=FORCE:1 
Priority=50 PreemptMode=off RootOnly=NO
---


Will this work?

Thanks,
-cdm


Reply via email to