We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d1720f + 6068f82 commit 3a3ea5bCopy full SHA for 3a3ea5b
eb_hooks.py
@@ -1703,16 +1703,16 @@ def set_maximum(parallel, max_value):
1703
# Deucalion has 32GB HBM for 48 cores per node
1704
CPU_TARGET_A64FX: (divide_by_factor, 4),
1705
# software-specific limits
1706
- 'CP2K': {
1707
- CPU_TARGET_A64FX: (set_maximum, 6),
1708
- },
1709
'libxc': {
1710
'*': (divide_by_factor, 2),
1711
CPU_TARGET_A64FX: (set_maximum, 12),
1712
},
1713
'MBX': {
1714
1715
+ 'QuantumESPRESSO': {
+ CPU_TARGET_A64FX: (set_maximum, 6),
+ },
1716
'TensorFlow': {
1717
1718
CPU_TARGET_A64FX: (set_maximum, 8),
0 commit comments