Skip to content

Commit

Permalink
clean ${tmpdir} content for each iteration in `install_cuda_and_lib…
Browse files Browse the repository at this point in the history
…raries.sh`
  • Loading branch information
Richard Top committed Nov 18, 2024
1 parent 1410968 commit 66c36c8
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 content
rm -rf "${tmpdir}"/*

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

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

0 comments on commit 66c36c8

Please sign in to comment.