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
60
60
else
61
61
setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip-gentoo.conf")
62
62
end
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 .. "_" .. vendor_id )
64
64
65
65
-- also make easybuild and easybuild-generated modules accessible
66
66
prepend_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
69
69
else
70
70
setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip.conf")
71
71
end
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 )
73
73
74
74
-- also make easybuild and easybuild-generated modules accessible
75
75
prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
You can’t perform that action at this time.
0 commit comments