Skip to content

Commit

Permalink
clean ${tmpdir} after iterations in install_cuda_and_libraries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Nov 14, 2024
1 parent d3fdea2 commit 1f6487e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/gpu_support/nvidia/install_cuda_and_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ 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}"

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

# clean up tmpdir
rm -rf "${tmpdir}"

0 comments on commit 1f6487e

Please sign in to comment.