Skip to content

Commit 08cc696

Browse files
committed
update EasyBuild hooks to only use 12 cores when building QuantumESPRESSO for A64FX
1 parent 7e4067b commit 08cc696

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eb_hooks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,9 @@ def set_maximum(parallel, max_value):
13961396
'Qt5': {
13971397
CPU_TARGET_A64FX: (set_maximum, 8),
13981398
},
1399+
'QuantumESPRESSO': {
1400+
CPU_TARGET_A64FX: (set_maximum, 12),
1401+
},
13991402
'ROOT': {
14001403
CPU_TARGET_A64FX: (divide_by_factor, 2),
14011404
},

0 commit comments

Comments
 (0)