Skip to content

Commit

Permalink
Merge branch '2023.06-software.eessi.io' of github-trz:EESSI/software…
Browse files Browse the repository at this point in the history
…-layer into 2023.06-software.eessi.io-use-accel-target-with-eessi-extend
  • Loading branch information
truib committed Nov 18, 2024
2 parents fedfd77 + 64545d2 commit 8401bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gpu_support/nvidia/install_cuda_and_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
echo_green "all installations at ${EESSI_SITE_SOFTWARE_PATH}/software/... succeeded!"
fi

# clean up tmpdir
rm -rf "${tmpdir}"
# clean up tmpdir content
rm -rf "${tmpdir}"/*

# Restore MODULEPATH for next loop iteration
MODULEPATH=${SAVE_MODULEPATH}
Expand Down

0 comments on commit 8401bdd

Please sign in to comment.