Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions load_easybuild_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ fi

echo ">> Loading EasyBuild v${EB_VERSION} module..."
module ${IGNORE_CACHE} load EasyBuild/${EB_VERSION}
# EESSI-extend checks for the EB version being used.
# If EESSI-extend is already loaded, we need to reload it in order to reevaluate the checks and reconfigure EasyBuild.
module is-loaded EESSI-extend && module load EESSI-extend

eb_show_system_info_out=${TMPDIR}/eb_show_system_info.out
${EB} --show-system-info > ${eb_show_system_info_out}
if [[ $? -eq 0 ]]; then
Expand Down