Skip to content

Commit 4b8cb28

Browse files
authored
CP2K cpu check small: performance reference
Update of the reference value on Dom using the multicore: see https://jira.cscs.ch/browse/MAINT-82
1 parent fe56b36 commit 4b8cb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/apps/cp2k/cp2k_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, scale, variant):
5757
references = {
5858
'maint': {
5959
'small': {
60-
'dom:mc': {'time': (182.6, None, 0.05, 's')},
60+
'dom:mc': {'time': (202.2, None, 0.05, 's')},
6161
'daint:mc': {'time': (214.5, None, 0.15, 's')}
6262
},
6363
'large': {
@@ -66,7 +66,7 @@ def __init__(self, scale, variant):
6666
},
6767
'prod': {
6868
'small': {
69-
'dom:mc': {'time': (174.5, None, 0.05, 's')},
69+
'dom:mc': {'time': (202.2, None, 0.05, 's')},
7070
'daint:mc': {'time': (214.5, None, 0.15, 's')}
7171
},
7272
'large': {

0 commit comments

Comments
 (0)