Skip to content

Commit 94766e9

Browse files
committed
Enable SPG on hpc/hpc2
1 parent 1160b6a commit 94766e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bicep/files-to-load/slurm.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ sed -i 's/^SHELL.*/SHELL=\/bin\/bash/g' /etc/default/useradd
280280
Azure.Overprovision = false
281281
Azure.MaxScaleSetSize = 1000
282282
Azure.SingleScaleset = true
283-
Azure.SinglePlacementGroup = false
283+
Azure.SinglePlacementGroup = true
284284

285285
Extends = nodearraybase
286286
MachineType = $GPUMachineType
@@ -295,7 +295,7 @@ sed -i 's/^SHELL.*/SHELL=\/bin\/bash/g' /etc/default/useradd
295295

296296
[[[configuration]]]
297297
slurm.default_partition = true
298-
slurm.hpc = false
298+
slurm.hpc = true
299299
slurm.partition = gpu
300300
#Parameter to enable or disable IMEX service on a per-job basis
301301
#IMEX Support is enabled by default for GB200 but can be disabled by setting param to False
@@ -306,7 +306,7 @@ sed -i 's/^SHELL.*/SHELL=\/bin\/bash/g' /etc/default/useradd
306306
MaxCount = $MaxGPU2ExecuteNodeCount
307307
[[[configuration]]]
308308
slurm.default_partition = false
309-
slurm.hpc = false
309+
slurm.hpc = true
310310
slurm.partition = gpu2
311311
#Parameter to enable or disable IMEX service on a per-job basis
312312
#IMEX Support is enabled by default for GB200 but can be disabled by setting param to False

0 commit comments

Comments
 (0)