@@ -382,15 +382,12 @@ else
382382 fatal_error "Failed to initialize Lmod?! (see output in ${ml_version_out}"
383383fi
384384
385- echo ">> Configuring EasyBuild..."
386- source $TOPDIR/configure_easybuild
387-
388385echo ">> Setting up \$MODULEPATH..."
389386# make sure no modules are loaded
390387module --force purge
391388# ignore current $MODULEPATH entirely
392389module unuse $MODULEPATH
393- module use $EASYBUILD_INSTALLPATH /modules/all
390+ module use $EESSI_SOFTWARE_PATH /modules/all
394391if [[ -z ${MODULEPATH} ]]; then
395392 fatal_error "Failed to set up \$MODULEPATH?!"
396393else
@@ -405,14 +402,15 @@ echo " - job directory is $HOME (\$HOME), check for slurm-*.out file"
405402echo " - temporary data of the job is available at /tmp"
406403echo " - note, the prefix $EESSI_PREFIX is writable"
407404echo
408- echo "You may want to load an EasyBuild module . The inspect.sh script does not load "
409- echo "that automatically, because multiple versions might have been used by the job."
405+ echo "You may want to load an EasyBuild/EESSI-extend modules . The inspect.sh script does not"
406+ echo "load those automatically, because multiple versions might have been used by the job."
410407echo "Choose an EasyBuild version (see installed versions with 'module avail EasyBuild')"
411408echo "and simply run"
412409echo
413410echo "module load EasyBuild/_VERSION_"
411+ echo "module load EEESSI-extend"
414412echo
415- echo "Replace _VERSION_ with the version you want to use."
413+ echo "Replace _VERSION_ with the EasyBuild version you want/need to use."
416414echo
417415
418416EOF
0 commit comments