Skip to content

Commit ca8c038

Browse files
committed
use max. 6 cores for building libxc on A64FX, to increase available memory per core
1 parent 1e810da commit ca8c038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ def set_maximum(parallel, max_value):
20322032
# software-specific limits
20332033
'libxc': {
20342034
'*': (divide_by_factor, 2),
2035-
CPU_TARGET_A64FX: (set_maximum, 12),
2035+
CPU_TARGET_A64FX: (set_maximum, 6),
20362036
},
20372037
'LLVM': {
20382038
'*': (divide_by_factor, 2),

0 commit comments

Comments
 (0)