Skip to content

Commit f2ea53d

Browse files
committed
Change error message
1 parent 0814703 commit f2ea53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/modules/EESSI/2023.06.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if not (archdetect_accel == nil or archdetect_accel == '') then
181181
eessi_module_path_accel = pathJoin(eessi_accel_software_path, archdetect_accel, eessi_modules_subdir)
182182
eessiDebug("Checking if " .. eessi_module_path_accel .. " exists")
183183
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.")
184+
LmodMessage("aarch64 CPU detected, AMD ROCm doesn't support this aarch64 yet")
185185
end
186186
if not isDir(eessi_module_path_accel) then
187187
-- fall back to major version GPU arch if the exact one is not an option (i.e, 7.5 -> 7.0)

0 commit comments

Comments
 (0)