Skip to content

Commit 67c93f0

Browse files
committed
enable nvml autoconfiguration for CaaS
1 parent d23904d commit 67c93f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

environments/.caas/inventory/group_vars/all/openhpc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
66
openhpc_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

0 commit comments

Comments
 (0)