File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
environments/.caas/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,6 @@ openhpc_nodegroups:
214214 - conf: "gpu:nvidia_h100_80gb_hbm3:2"
215215 - conf: "gpu:nvidia_h100_80gb_hbm3_4g.40gb:2"
216216 - conf: "gpu:nvidia_h100_80gb_hbm3_1g.10gb:6"
217-
218- openhpc_config:
219- GresTypes:
220- - gpu
221217` ` `
222218
223219Making sure the types (the identifier after `gpu:`) match those collected with `slurmd -G`. Substrings
Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ openhpc_cluster_name: "{{ cluster_name }}"
44# Provision a single "standard" compute nodegroup using the supplied
55# node count and flavor
66openhpc_nodegroups : " {{ hostvars[groups['openstack'][0]]['openhpc_nodegroups'] }}"
7+
8+ # Enable autoconfiguration of NVIDIA GPUs, if using a suitable (`cuda`) image:
9+ openhpc_gres_autodetect : nvml
Original file line number Diff line number Diff line change 44 version : v25.3.2
55 name : stackhpc.nfs
66 - src : https://github.com/stackhpc/ansible-role-openhpc.git
7- version : v1.4.1
7+ version : v1.5.0
88 name : stackhpc.openhpc
99 - src : https://github.com/stackhpc/ansible-node-exporter.git
1010 version : stackhpc
You can’t perform that action at this time.
0 commit comments