Skip to content

Commit 00cee83

Browse files
committed
use module load instead of module update for reloading EESSI-extend
1 parent eb66fb1 commit 00cee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load_easybuild_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ echo ">> Loading EasyBuild v${EB_VERSION} module..."
113113
module ${IGNORE_CACHE} load EasyBuild/${EB_VERSION}
114114
# EESSI-extend checks for the EB version being used.
115115
# If EESSI-extend is already loaded, we need to reload it in order to reevaluate the checks and reconfigure EasyBuild.
116-
module is-loaded EESSI-extend && module update
116+
module is-loaded EESSI-extend && module load EESSI-extend
117117

118118
eb_show_system_info_out=${TMPDIR}/eb_show_system_info.out
119119
${EB} --show-system-info > ${eb_show_system_info_out}

0 commit comments

Comments
 (0)