From c36fb3b48bf6297e80a719a57f879211b18776cb Mon Sep 17 00:00:00 2001 From: Chirs Ruihl Date: Wed, 10 Dec 2025 21:41:16 -0500 Subject: [PATCH] #22 Update NVML --- slurm/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm/defaults/main.yml b/slurm/defaults/main.yml index 7218001..af53b0e 100644 --- a/slurm/defaults/main.yml +++ b/slurm/defaults/main.yml @@ -19,7 +19,7 @@ slurm_local_repo_def_path: /etc/yum.repos.d/slurm.repo # the rpmbuild command will be passed --with-nvml= 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 #==========================