We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a61542 commit 47959c5Copy full SHA for 47959c5
init/modules/EESSI/2023.06.lua
@@ -61,9 +61,9 @@ setenv("EESSI_SOFTWARE_PATH", eessi_software_path)
61
setenv("EESSI_MODULEPATH", eessi_module_path)
62
if ( mode() ~= "spider" ) then
63
prepend_path("MODULEPATH", eessi_module_path)
64
- prepend_path("MODULEPATH", eessi_site_module_path)
65
end
66
prepend_path("LMOD_RC", pathJoin(eessi_software_path, "/.lmod/lmodrc.lua"))
+prepend_path("MODULEPATH", eessi_site_module_path)
67
setenv("LMOD_PACKAGE_PATH", pathJoin(eessi_software_path, ".lmod"))
68
if mode() == "load" then
69
LmodMessage("EESSI/" .. eessi_version .. " loaded successfully")
0 commit comments