Skip to content

Commit affe37b

Browse files
trz42ocaisa
andauthored
add comment to clarify setting of MODULEPATH
Co-authored-by: ocaisa <[email protected]>
1 parent 6a0223c commit affe37b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/gpu_support/nvidia/install_cuda_and_libraries.sh

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
112112
module load EESSI-extend/${EESSI_VERSION}-easybuild
113113

114114
# Install modules in hidden .modules dir to keep track of what was installed before
115+
# (this action is temporary, and we do not call Lmod again within the current shell context, but in EasyBuild
116+
# subshells, so loaded modules are not automatically unloaded)
115117
MODULEPATH=${EESSI_SITE_SOFTWARE_PATH}/.modules/all
116118
echo "set MODULEPATH=${MODULEPATH}"
117119

0 commit comments

Comments
 (0)