Skip to content

Commit

Permalink
Remove tempdir after running install_cuda_and_libraries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Nov 19, 2024
1 parent 64545d2 commit 635fe88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gpu_support/nvidia/install_cuda_and_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,5 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
# Restore MODULEPATH for next loop iteration
MODULEPATH=${SAVE_MODULEPATH}
done
# Remove the temporary directory
rm -rf "${tmpdir}"

0 comments on commit 635fe88

Please sign in to comment.