We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba142ca commit dc915fbCopy full SHA for dc915fb
EESSI-install-software.sh
@@ -203,6 +203,8 @@ ${TOPDIR}/install_scripts.sh --prefix ${EESSI_PREFIX}
203
# Allow skipping CUDA SDK install in e.g. CI environments
204
if [ -z "${skip_cuda_install}" ] || [ ! "${skip_cuda_install}" ]; then
205
${EESSI_PREFIX}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh -c 12.1.1 --accept-cuda-eula
206
+else
207
+ echo "Skipping installation of CUDA SDK in host_injections, since the --skip-cuda-install flag was passed"
208
fi
209
210
# Install drivers in host_injections
0 commit comments