Skip to content

Commit fe903c4

Browse files
authored
Merge pull request #101 from bedroge/a64fx_libxc_parallel
use max 12 cores when building libxc for A64FX
2 parents 93f2348 + 7bf19a1 commit fe903c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,7 @@ def set_maximum(parallel, max_value):
16901690
# software-specific limits
16911691
'libxc': {
16921692
'*': (divide_by_factor, 2),
1693+
CPU_TARGET_A64FX: (set_maximum, 12),
16931694
},
16941695
'MBX': {
16951696
'*': (divide_by_factor, 2),

0 commit comments

Comments
 (0)