mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 09:00:05 +01:00
initial support for SPR
This commit is contained in:
@@ -303,6 +303,7 @@ class MachineModel(object):
|
||||
"cfl": "x86",
|
||||
"icl": "x86",
|
||||
"icx": "x86",
|
||||
"spr": "x86",
|
||||
}
|
||||
arch = arch.lower()
|
||||
if arch in arch_dict:
|
||||
|
||||
Reference in New Issue
Block a user