File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ elseif arch == "avx" then
6060else
6161 setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip-gentoo.conf")
6262end
63- setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch)
63+ setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. cpu_vendor_id )
6464
6565-- also make easybuild and easybuild-generated modules accessible
6666prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ elseif arch == "avx" then
6969else
7070 setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip.conf")
7171end
72- setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch)
72+ setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. cpu_vendor_id )
7373
7474-- also make easybuild and easybuild-generated modules accessible
7575prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
You can’t perform that action at this time.
0 commit comments