We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e403c45 commit cb1378bCopy full SHA for cb1378b
eb_hooks.py
@@ -41,6 +41,8 @@
41
CPU_TARGET_SAPPHIRE_RAPIDS = 'x86_64/intel/sapphirerapids'
42
CPU_TARGET_ZEN4 = 'x86_64/amd/zen4'
43
44
+CPU_TARGET_RISCV64_GENERIC = 'riscv64/generic'
45
+
46
EESSI_RPATH_OVERRIDE_ATTR = 'orig_rpath_override_dirs'
47
EESSI_MODULE_ONLY_ATTR = 'orig_module_only'
48
EESSI_FORCE_ATTR = 'orig_force'
@@ -1940,4 +1942,9 @@ def set_maximum(parallel, max_value):
1940
1942
CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
1941
1943
CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
1944
},
1945
+ # found problems with the number of opened files in the test phase with
1946
+ # ulimit -n = 2048
1947
+ 'SciPy-bundle': {
1948
+ CPU_TARGET_RISCV64_GENERIC: (divide_by_factor, 2),
1949
+ },
1950
}
0 commit comments