We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc5350 commit f96044cCopy full SHA for f96044c
modules/gentoo/2020.lua.core
@@ -60,7 +60,7 @@ elseif arch == "avx" then
60
else
61
setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip-gentoo.conf")
62
end
63
-setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. cpu_vendor_id)
+setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. vendor_id)
64
65
-- also make easybuild and easybuild-generated modules accessible
66
prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")
0 commit comments