From 4b8cb28b67246f6f75476dff4f0acbd7b9bdaea6 Mon Sep 17 00:00:00 2001 From: lucamar Date: Tue, 13 Aug 2019 10:31:58 +0200 Subject: [PATCH] CP2K cpu check small: performance reference Update of the reference value on Dom using the multicore: see https://jira.cscs.ch/browse/MAINT-82 --- cscs-checks/apps/cp2k/cp2k_check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscs-checks/apps/cp2k/cp2k_check.py b/cscs-checks/apps/cp2k/cp2k_check.py index 3b4269754f..c27fc45148 100644 --- a/cscs-checks/apps/cp2k/cp2k_check.py +++ b/cscs-checks/apps/cp2k/cp2k_check.py @@ -57,7 +57,7 @@ def __init__(self, scale, variant): references = { 'maint': { 'small': { - 'dom:mc': {'time': (182.6, None, 0.05, 's')}, + 'dom:mc': {'time': (202.2, None, 0.05, 's')}, 'daint:mc': {'time': (214.5, None, 0.15, 's')} }, 'large': { @@ -66,7 +66,7 @@ def __init__(self, scale, variant): }, 'prod': { 'small': { - 'dom:mc': {'time': (174.5, None, 0.05, 's')}, + 'dom:mc': {'time': (202.2, None, 0.05, 's')}, 'daint:mc': {'time': (214.5, None, 0.15, 's')} }, 'large': {