Skip to content

Commit 0a61542

Browse files
TopRichardocaisa
andauthored
Update init/modules/EESSI/2023.06.lua
Co-authored-by: ocaisa <alan.ocais@cecam.org>
1 parent dff4b13 commit 0a61542

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
@@ -25,7 +25,7 @@ function archdetect_cpu()
2525
end
2626
source_sh("bash", script)
2727
end
28-
local archdetect_options = os.getenv("EESSI_ARCHDETECT_OPTIONS") or ""
28+
local archdetect_options = os.getenv("EESSI_ARCHDETECT_OPTIONS") or ""
2929
for archdetect_filter_cpu in string.gmatch(archdetect_options, "([^" .. ":" .. "]+)") do
3030
if isDir(pathJoin(eessi_prefix, "software", eessi_os_type, archdetect_filter_cpu, "software")) then
3131
-- use x86_64/amd/zen3 for now when AMD Genoa (Zen4) CPU is detected,

0 commit comments

Comments
 (0)