Skip to content

Commit dc915fb

Browse files
author
Caspar van Leeuwen
committed
Print sensible message to log when the cuda installation is skipped
1 parent ba142ca commit dc915fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

EESSI-install-software.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ ${TOPDIR}/install_scripts.sh --prefix ${EESSI_PREFIX}
203203
# Allow skipping CUDA SDK install in e.g. CI environments
204204
if [ -z "${skip_cuda_install}" ] || [ ! "${skip_cuda_install}" ]; then
205205
${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"
206208
fi
207209

208210
# Install drivers in host_injections

0 commit comments

Comments
 (0)