File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
playbooks/roles/slurm/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ NodeName={{partition.name}}-{{instance.instance_keyword}}-node-[1-{{size}}] Boar
113113NodeName={{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" %}
115115NodeName={{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" %}
119119NodeName={{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 %}
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments