File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 61
61
setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip-gentoo.conf")
62
62
end
63
63
setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. vendor_id)
64
+ if os.getenv("RSNT_ENABLE_LMOD_CACHE") == "yes" then
65
+ append_path("LMOD_RC", "/cvmfs/soft.computecanada.ca/config/lmod/lmodrc/cache_" .. arch .. "_" .. vendor_id .. ".lua")
66
+ end
64
67
65
68
-- also make easybuild and easybuild-generated modules accessible
66
69
prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
Original file line number Diff line number Diff line change 70
70
setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip.conf")
71
71
end
72
72
setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. cpu_vendor_id)
73
+ if os.getenv("RSNT_ENABLE_LMOD_CACHE") == "yes" then
74
+ append_path("LMOD_RC", "/cvmfs/soft.computecanada.ca/config/lmod/lmodrc/cache_" .. arch .. "_" .. cpu_vendor_id .. ".lua")
75
+ end
73
76
74
77
-- also make easybuild and easybuild-generated modules accessible
75
78
prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
You can’t perform that action at this time.
0 commit comments