Skip to content

Commit

Permalink
remove extra if
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Apr 20, 2024
1 parent c4cbcd8 commit eeb5537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ else
echo_yellow ">> No EasyBuild module found: skipping step to install CUDA (see output in ${module_avail_out})"
export skip_cuda_install=True
fi
if

if [ -z "${skip_cuda_install}" ] || [ ! "${skip_cuda_install}" ]; then
${EESSI_PREFIX}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh -c 12.1.1 --accept-cuda-eula
else
Expand Down

0 comments on commit eeb5537

Please sign in to comment.