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 6161 setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip-gentoo.conf")
6262end
6363setenv("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
6467
6568-- also make easybuild and easybuild-generated modules accessible
6669prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
Original file line number Diff line number Diff line change 7070 setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip.conf")
7171end
7272setenv("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
7376
7477-- also make easybuild and easybuild-generated modules accessible
7578prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
You can’t perform that action at this time.
0 commit comments