You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# first check the CPU-only builds for this CPU target
61
-
echo "just run check_missing_installations.sh (should use easystacks/software.eessi.io/${{matrix.EESSI_VERSION}}/eessi-${{matrix.EESSI_VERSION}}-*.yml with latest EasyBuild release)"
62
-
for easystack_file in $(EESSI_VERSION=${{matrix.EESSI_VERSION}} .github/workflows/scripts/only_latest_easystacks.sh); do
72
+
echo "just run check_missing_installations.sh (should use easystacks/software.eessi.io/${EESSI_VERSION}/eessi-${EESSI_VERSION}-*.yml with latest EasyBuild release)"
73
+
for easystack_file in $(EESSI_VERSION=${EESSI_VERSION} .github/workflows/scripts/only_latest_easystacks.sh); do
63
74
echo "check missing installations for ${easystack_file}..."
LmodError('\\n' .. error_msg .. 'If you know what you are doing and you want to ignore this check for removed/relocated modules, set $EESSI_SKIP_REMOVED_MODULES_CHECK to any value.')
292
-
end
293
-
end
294
-
end
295
-
296
-
function eessi_startup_hook(usrCmd)
297
-
eessi_removed_module_warning_startup_hook(usrCmd)
298
-
end
299
-
300
-
hook.register("startup", eessi_startup_hook)
301
234
hook.register("load", eessi_load_hook)
302
235
303
236
"""
@@ -320,7 +253,7 @@
320
253
modT.fullName:match("GCC%-([0-9]*.[0-9]*.[0-9]*)") or
0 commit comments