Skip to content

Commit 47959c5

Browse files
authored
Update 2023.06.lua
1 parent 0a61542 commit 47959c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/modules/EESSI/2023.06.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ setenv("EESSI_SOFTWARE_PATH", eessi_software_path)
6161
setenv("EESSI_MODULEPATH", eessi_module_path)
6262
if ( mode() ~= "spider" ) then
6363
prepend_path("MODULEPATH", eessi_module_path)
64-
prepend_path("MODULEPATH", eessi_site_module_path)
6564
end
6665
prepend_path("LMOD_RC", pathJoin(eessi_software_path, "/.lmod/lmodrc.lua"))
66+
prepend_path("MODULEPATH", eessi_site_module_path)
6767
setenv("LMOD_PACKAGE_PATH", pathJoin(eessi_software_path, ".lmod"))
6868
if mode() == "load" then
6969
LmodMessage("EESSI/" .. eessi_version .. " loaded successfully")

0 commit comments

Comments
 (0)