Skip to content

Commit

Permalink
don't load/unload CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 25, 2024
1 parent 316ea73 commit 0e4e824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e4e824

Please sign in to comment.