Skip to content

Commit 218bbc9

Browse files
lucamarekouts
andauthored
Update cscs-checks/apps/quantumespresso/quantumespresso_check.py
Co-authored-by: ekouts <[email protected]>
1 parent b372fc0 commit 218bbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/quantumespresso/quantumespresso_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, scale, variant):
6161
}
6262
else:
6363
energy_reference = -11427.09017152
64-
if self.current_system.name in ['daint', 'dom']:
64+
if self.current_system.name in ['daint']:
6565
self.num_tasks = 576
6666
self.num_tasks_per_node = 36
6767
elif self.current_system.name in ['eiger']:

0 commit comments

Comments
 (0)