diff --git a/eb_hooks.py b/eb_hooks.py index 4775bd4..63dc887 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -1396,6 +1396,9 @@ def set_maximum(parallel, max_value): 'Qt5': { CPU_TARGET_A64FX: (set_maximum, 8), }, + 'QuantumESPRESSO': { + CPU_TARGET_A64FX: (set_maximum, 12), + }, 'ROOT': { CPU_TARGET_A64FX: (divide_by_factor, 2), },