Skip to content

Commit

Permalink
Use consumable resources on Jetstream but make the small/multi partit…
Browse files Browse the repository at this point in the history
…ions exclusive (only normal will use cons_res)
  • Loading branch information
natefoo committed Jun 15, 2018
1 parent aad3956 commit 9c0b13b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions env/jsiu/templates/slurm/slurm.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ JobCompLoc=/var/log/slurm/slurm.job.log
JobCompType=jobcomp/filetxt
SchedulerType=sched/backfill
#
#SelectType=select/cons_res
#SelectTypeParameters=CR_CPU_Memory
SelectType=select/linear
SelectType=select/cons_res
SelectTypeParameters=CR_CPU_Memory
#SelectType=select/linear
#
SlurmUser=slurm
SlurmctldPort=7002
Expand Down Expand Up @@ -66,6 +66,6 @@ NodeName={{ slurm_cluster_name }}-large[0-8] State=CLOUD CPUs=10
#
# Partition Configurations
#
PartitionName=small Nodes={{ slurm_cluster_name }}-small[0-8] Default=YES DefaultTime=48:20:00 MaxTime=96:20:00 MaxNodes=1 State=UP
PartitionName=small Nodes={{ slurm_cluster_name }}-small[0-8] Default=YES DefaultTime=48:20:00 MaxTime=96:20:00 MaxNodes=1 State=UP OverSubscribe=EXCLUSIVE
PartitionName=normal Nodes={{ slurm_cluster_name }}-medium[0-8] DefaultTime=48:20:00 MaxTime=96:20:00 MaxNodes=1 State=UP
PartitionName=multi Nodes={{ slurm_cluster_name }}-large[0-8] DefaultTime=48:20:00 MaxTime=96:20:00 MaxNodes=1 State=UP
PartitionName=multi Nodes={{ slurm_cluster_name }}-large[0-8] DefaultTime=48:20:00 MaxTime=96:20:00 MaxNodes=1 State=UP OverSubscribe=EXCLUSIVE

0 comments on commit 9c0b13b

Please sign in to comment.