File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 262
262
name : grafana-dashboards
263
263
264
264
- name : Add support for NVIDIA GPU auto detection to Slurm
265
- hosts : cuda
265
+ hosts : slurm_recompile
266
266
become : yes
267
267
tasks :
268
268
- name : Recompile slurm
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ freeipa_client
118
118
[cuda]
119
119
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md
120
120
121
+ [slurm_recompile]
122
+ # Hosts to recompile Slurm for - allows supporting Slurm autodetection method 'nvml'
123
+
121
124
[vgpu]
122
125
# Hosts where vGPU/MIG should be configured - see docs/mig.md
123
126
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ cluster
65
65
[cuda]
66
66
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md
67
67
68
+ [slurm_recompile:children]
69
+ # Hosts to recompile Slurm for - allows supporting Slurm autodetection method 'nvml'
70
+ cuda
71
+
68
72
[eessi:children]
69
73
# Hosts on which EESSI stack should be configured
70
74
openhpc
You can’t perform that action at this time.
0 commit comments