We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8461663 commit 45febacCopy full SHA for 45febac
1 file changed
EESSI-install-software.sh
@@ -221,6 +221,7 @@ module --force purge
221
module unuse $MODULEPATH
222
223
# Initialize the EESSI environment
224
+export EESSI_DEBUG_INIT=1
225
module use $TOPDIR/init/modules
226
module load EESSI/$EESSI_VERSION
227
@@ -318,9 +319,8 @@ echo "EESSI environment before loading EESSI-extend:"
318
319
env | grep EESSI
320
321
echo "DEBUG: before loading EESSI-extend // EASYBUILD_INSTALLPATH='${EASYBUILD_INSTALLPATH}'"
-export LMOD_DEBUG=1
322
source $TOPDIR/load_eessi_extend_module.sh ${EESSI_VERSION}
323
-unset LMOD_DEBUG
+unset EESSI_DEBUG_INIT
324
echo "DEBUG: after loading EESSI-extend // EASYBUILD_INSTALLPATH='${EASYBUILD_INSTALLPATH}'"
325
echo "EESSI environment after loading EESSI-extend:"
326
0 commit comments