Skip to content

Commit

Permalink
Update 2023.06.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Oct 16, 2024
1 parent 834ce38 commit 04c2573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init/modules/EESSI/2023.06.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ if ( mode() ~= "spider" ) then
end
prepend_path("LMOD_RC", pathJoin(eessi_software_path, ".lmod", "lmodrc.lua"))
eessiDebug("Adding " .. pathJoin(eessi_software_path, ".lmod", "lmodrc.lua") .. " to LMOD_RC")
setenv("LMOD_PACKAGE_PATH", pathJoin(eessi_software_path, ".lmod"))
-- Use pushenv for LMOD_PACKAGE_PATH as this may be set locally by the site
pushenv("LMOD_PACKAGE_PATH", pathJoin(eessi_software_path, ".lmod"))
eessiDebug("Setting LMOD_PACKAGE_PATH to " .. pathJoin(eessi_software_path, ".lmod"))

-- the accelerator may have an empty value and we need to give some flexibility
Expand Down

0 comments on commit 04c2573

Please sign in to comment.