Skip to content
Merged
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 slurm/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ slurm_local_repo_def_path: /etc/yum.repos.d/slurm.repo
# the rpmbuild command will be passed --with-nvml=<path> so Slurm builds with NVML.
## Explicit NVML path (set to CUDA 13 installed on this host).
# Overridden from the toolkit-derived default to match the system CUDA install.
slurm_rpmbuild_nvml_path: "/usr/local/cuda-13.0"
slurm_rpmbuild_nvml_path: "/usr/local/cuda-12.8"

# Local Slurm Repo Details
#==========================
Expand Down
Loading