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 c4cbcd8 commit eeb5537Copy full SHA for eeb5537
EESSI-install-software.sh
@@ -231,7 +231,7 @@ else
231
echo_yellow ">> No EasyBuild module found: skipping step to install CUDA (see output in ${module_avail_out})"
232
export skip_cuda_install=True
233
fi
234
-if
+
235
if [ -z "${skip_cuda_install}" ] || [ ! "${skip_cuda_install}" ]; then
236
${EESSI_PREFIX}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh -c 12.1.1 --accept-cuda-eula
237
else
0 commit comments