Skip to content

Commit 80ee750

Browse files
committed
bug: max nodes set to 2
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent d3f56fc commit 80ee750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/slurm/templates/slurm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ AccountingStoragePort=6819
9292
NodeName={{ .Hostlist }} {{ .Spec.Node.Nodespec }}
9393
#
9494
# PARTITIONS
95-
PartitionName=normal Default=yes Nodes={{ .Hostlist }} Priority=50 DefMemPerCPU=500 Shared=NO MaxNodes=2 MaxTime=5-00:00:00 DefaultTime=5-00:00:00 State=UP
95+
PartitionName=normal Default=yes Nodes={{ .Hostlist }} Priority=50 DefMemPerCPU=500 Shared=NO MaxTime=5-00:00:00 DefaultTime=5-00:00:00 State=UP PriorityTier=50 OverSubscribe=NO

0 commit comments

Comments
 (0)