From 47959c5df773bb9e57240a527e92d16612f20275 Mon Sep 17 00:00:00 2001 From: TopRichard <121792457+TopRichard@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:28:57 +0200 Subject: [PATCH] Update 2023.06.lua --- init/modules/EESSI/2023.06.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/modules/EESSI/2023.06.lua b/init/modules/EESSI/2023.06.lua index ddc0fef561..32aaf6c07f 100644 --- a/init/modules/EESSI/2023.06.lua +++ b/init/modules/EESSI/2023.06.lua @@ -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")