File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 111111
112112echo " >> Loading EasyBuild v${EB_VERSION} module..."
113113module ${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
117+
114118eb_show_system_info_out=${TMPDIR} /eb_show_system_info.out
115119${EB} --show-system-info > ${eb_show_system_info_out}
116120if [[ $? -eq 0 ]]; then
128132 fatal_error " EasyBuild not working?!"
129133fi
130134
131- # EESSI-extend checks for the EB version being used.
132- # If EESSI-extend is already loaded, we need to reload it in order to reevaluate the checks.
133- module is-loaded EESSI-extend && module update
134-
135135unset EB_VERSION
You can’t perform that action at this time.
0 commit comments