Very interesting. So one could cancel in one place and requeue in another. Looking forward to testing! --- PreemptType=preempt/partition_prio PreemptMode=CANCEL
PartitionName=all Nodes="cn[1-120]" Default=YES Shared=NO Priority=10 PreemptMode=cancel RootOnly=NO 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=requeue 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 --- I still need to read up more on quality of service and what we can do there. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jette, Moe Sent: Wednesday, March 09, 2011 4:59 PM To: [email protected] Subject: [slurm-dev] RE: premption on subsets of nodes 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
