Skip to content

Commit

Permalink
Update 2023.06.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TopRichard authored Sep 3, 2024
1 parent 0a61542 commit 47959c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/modules/EESSI/2023.06.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ setenv("EESSI_SOFTWARE_PATH", eessi_software_path)
setenv("EESSI_MODULEPATH", eessi_module_path)
if ( mode() ~= "spider" ) then
prepend_path("MODULEPATH", eessi_module_path)
prepend_path("MODULEPATH", eessi_site_module_path)
end
prepend_path("LMOD_RC", pathJoin(eessi_software_path, "/.lmod/lmodrc.lua"))
prepend_path("MODULEPATH", eessi_site_module_path)
setenv("LMOD_PACKAGE_PATH", pathJoin(eessi_software_path, ".lmod"))
if mode() == "load" then
LmodMessage("EESSI/" .. eessi_version .. " loaded successfully")
Expand Down

0 comments on commit 47959c5

Please sign in to comment.