We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0814703 commit f2ea53dCopy full SHA for f2ea53d
1 file changed
init/modules/EESSI/2023.06.lua
@@ -181,7 +181,7 @@ if not (archdetect_accel == nil or archdetect_accel == '') then
181
eessi_module_path_accel = pathJoin(eessi_accel_software_path, archdetect_accel, eessi_modules_subdir)
182
eessiDebug("Checking if " .. eessi_module_path_accel .. " exists")
183
if eessi_cpu_family == "aarch64" and archdetect_accel:match("^accel/amd/") then
184
- LmodMessage("aarch64 CPU detected, no support for AMD GPUs in production repository yet.")
+ LmodMessage("aarch64 CPU detected, AMD ROCm doesn't support this aarch64 yet")
185
end
186
if not isDir(eessi_module_path_accel) then
187
-- fall back to major version GPU arch if the exact one is not an option (i.e, 7.5 -> 7.0)
0 commit comments