Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
name: grafana-dashboards

- name: Add support for NVIDIA GPU auto detection to Slurm
hosts: cuda
hosts: slurm_recompile
become: yes
tasks:
- name: Recompile slurm
Expand Down
3 changes: 3 additions & 0 deletions environments/common/inventory/groups
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ freeipa_client
[cuda]
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md

[slurm_recompile]
# Hosts to recompile Slurm for - allows supporting Slurm autodetection method 'nvml'

[vgpu]
# Hosts where vGPU/MIG should be configured - see docs/mig.md

Expand Down
4 changes: 4 additions & 0 deletions environments/common/layouts/everything
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ cluster
[cuda]
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md

[slurm_recompile:children]
# Hosts to recompile Slurm for - allows supporting Slurm autodetection method 'nvml'
cuda

[eessi:children]
# Hosts on which EESSI stack should be configured
openhpc
Expand Down