Skip to content

Commit 3675953

Browse files
Chamging the E5 HPC name
1 parent 3821780 commit 3675953

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
@@ -543,7 +543,7 @@ variables:
543543
- "BM.GPU.B4.8"
544544
- "BM.GPU.A100-v2.8"
545545
- "BM.Optimized3.36"
546-
- "BM.HPC.E5.128"
546+
- "BM.HPC.E5.144"
547547
default: "BM.HPC2.36"
548548
title: "Shape of the Compute Nodes"
549549
description: "Shape of compute nodes used in permanent/initial cluster"

0 commit comments

Comments
 (0)