We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb66fb1 commit 00cee83Copy full SHA for 00cee83
load_easybuild_module.sh
@@ -113,7 +113,7 @@ echo ">> Loading EasyBuild v${EB_VERSION} module..."
113
module ${IGNORE_CACHE} load EasyBuild/${EB_VERSION}
114
# EESSI-extend checks for the EB version being used.
115
# 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
+module is-loaded EESSI-extend && module load EESSI-extend
117
118
eb_show_system_info_out=${TMPDIR}/eb_show_system_info.out
119
${EB} --show-system-info > ${eb_show_system_info_out}
0 commit comments