Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions init/modules/EESSI/2023.06.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ if not (archdetect_accel == nil or archdetect_accel == '') then
-- /cvmfs/software.eessi.io/versions/<EESSI_VERSION>/software/linux/x86_64/amd/zen3/accel/nvidia/cc80/modules/all
eessi_module_path_accel = pathJoin(eessi_accel_software_path, archdetect_accel, eessi_modules_subdir)
eessiDebug("Checking if " .. eessi_module_path_accel .. " exists")
if eessi_cpu_family == "aarch64" and archdetect_accel:match("^accel/amd/") then
LmodMessage("AArch64 CPU architecture and AMD GPU detected. However, AMD ROCm does not support AArch64. Thus, AMD GPU-enabled EESSI installations are not available on this system.")
end
if not isDir(eessi_module_path_accel) then
-- fall back to major version GPU arch if the exact one is not an option (i.e, 7.5 -> 7.0)
local original_archdetect_accel = archdetect_accel
Expand Down
Loading