Skip to content

Commit 7ba21f9

Browse files
committed
Merge branch '2.10.3' into 2.10.3_an_bastion_boot_vol_bkup
2 parents cee665e + 3675953 commit 7ba21f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

playbooks/roles/slurm/templates/slurm.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ NodeName={{partition.name}}-{{instance.instance_keyword}}-node-[1-{{size}}] Boar
113113
NodeName={{partition.name}}-{{instance.instance_keyword}}-node-[1-{{size}}] Boards=1 SocketsPerBoard=2 CoresPerSocket=64 ThreadsPerCore={{threadspercore}} State=FUTURE Features={% if instance.shape != instance.name%}{{ instance.shape }},{% endif %}{{ instance.name }}
114114
{% elif instance.shape == "BM.HPC2.36" %}
115115
NodeName={{partition.name}}-{{instance.instance_keyword}}-node-[1-{{size}}] Boards=1 SocketsPerBoard=2 CoresPerSocket=18 ThreadsPerCore={{threadspercore}} State=FUTURE Features={% if instance.shape != instance.name%}{{ instance.shape }},{% endif %}{{ instance.name }}
116-
{% elif instance.shape == "BM.HPC.E5.128" %}
117-
NodeName={{partition.name}}-{{instance.instance_keyword}}-node-[1-{{size}}] Boards=1 SocketsPerBoard=2 CoresPerSocket=64 ThreadsPerCore={{threadspercore}} State=FUTURE Features={% if instance.shape != instance.name%}{{ instance.shape }},{% endif %}{{ instance.name }}
116+
{% elif instance.shape == "BM.HPC.E5.144" %}
117+
NodeName={{partition.name}}-{{instance.instance_keyword}}-node-[1-{{size}}] Boards=1 SocketsPerBoard=2 CoresPerSocket=72 ThreadsPerCore={{threadspercore}} State=FUTURE Features={% if instance.shape != instance.name%}{{ instance.shape }},{% endif %}{{ instance.name }}
118118
{% elif instance.shape == "BM.Optimized3.36" %}
119119
NodeName={{partition.name}}-{{instance.instance_keyword}}-node-[1-{{size}}] Boards=1 SocketsPerBoard=2 CoresPerSocket=18 ThreadsPerCore={{threadspercore}} State=FUTURE Features={% if instance.shape != instance.name%}{{ instance.shape }},{% endif %}{{ instance.name }}
120120
{% elif "VM.Standard2." in instance.shape %}

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ variables:
555555
- "BM.GPU.B4.8"
556556
- "BM.GPU.A100-v2.8"
557557
- "BM.Optimized3.36"
558-
- "BM.HPC.E5.128"
558+
- "BM.HPC.E5.144"
559559
default: "BM.HPC2.36"
560560
title: "Shape of the Compute Nodes"
561561
description: "Shape of compute nodes used in permanent/initial cluster"

0 commit comments

Comments
 (0)