Merge branch 'cherry-pick-340ddd06' into '1.1.22'

Merge branch '352-psi-openmpi-modules-not-loading-correctly' into 'master'

See merge request Pmodules/src!352
This commit is contained in:
2024-09-05 17:28:29 +02:00
+2
View File
@@ -892,6 +892,8 @@ subcommand_load() {
fi
test -r "${deps_file}" && load_dependencies "$_"
[[ ":${LOADEDMODULES}:" == *:${m}:* ]] && continue
# load module
modulecmd="${interp[${current_modulefile}]}"
local output=''