We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb38bf commit 02a86abCopy full SHA for 02a86ab
1 file changed
load_easybuild_module.sh
@@ -128,4 +128,8 @@ else
128
fatal_error "EasyBuild not working?!"
129
fi
130
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
+
135
unset EB_VERSION
0 commit comments