Skip to content

Commit

Permalink
nvcc sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 23, 2024
1 parent de17ad3 commit b053cbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ 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 b053cbd

Please sign in to comment.