Skip to content

Commit 6ce874b

Browse files
authored
Merge pull request #110 from bedroge/mbx_1core
Use single core for building MBX on A64FX
2 parents 9c3fd2e + 4485d4e commit 6ce874b

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
@@ -1709,6 +1709,7 @@ def set_maximum(parallel, max_value):
17091709
},
17101710
'MBX': {
17111711
'*': (divide_by_factor, 2),
1712+
CPU_TARGET_A64FX: (set_maximum, 1),
17121713
},
17131714
'QuantumESPRESSO': {
17141715
CPU_TARGET_A64FX: (set_maximum, 6),

0 commit comments

Comments
 (0)