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.
2 parents ef27169 + 42b4fe0 commit c8fb7cbCopy full SHA for c8fb7cb
load_easybuild_module.sh
@@ -111,6 +111,10 @@ fi
111
112
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 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}
120
if [[ $? -eq 0 ]]; then
0 commit comments