From 0e4e8243e54ba5ded373b9a5697de278f9cffbbd Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Sat, 25 May 2024 11:17:46 +0200 Subject: [PATCH] don't load/unload CUDA --- EESSI-install-software.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/EESSI-install-software.sh b/EESSI-install-software.sh index 11b2b3069e..6c59f46570 100755 --- a/EESSI-install-software.sh +++ b/EESSI-install-software.sh @@ -208,9 +208,6 @@ if [ -z "${skip_cuda_install}" ] || [ ! "${skip_cuda_install}" ]; then -e ${EESSI_PREFIX}/scripts/gpu_support/nvidia/eessi-2023.06-cuda-and-libraries.yml \ -t /tmp/temp \ --accept-cuda-eula - ml CUDA/12.1.1 - command -V nvcc - ml rm CUDA/12.1.1 else echo "Skipping installation of CUDA SDK and cu* libraries in host_injections, since the --skip-cuda-install flag was passed" fi