From 690bbdd19184ec61d0656bd04363072bcc651bea Mon Sep 17 00:00:00 2001 From: lucamar Date: Tue, 13 Aug 2019 10:17:07 +0200 Subject: [PATCH] Update reference performance on Dom Given the new results after the CLE 7 upgrade, the performance needs to be adapted: see https://jira.cscs.ch/browse/MAINT-108 --- cscs-checks/mch/automatic_arrays_acc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscs-checks/mch/automatic_arrays_acc.py b/cscs-checks/mch/automatic_arrays_acc.py index 531569f39c..910fb9d137 100644 --- a/cscs-checks/mch/automatic_arrays_acc.py +++ b/cscs-checks/mch/automatic_arrays_acc.py @@ -35,7 +35,7 @@ def __init__(self): self.arrays_reference = { 'PrgEnv-cray': { 'daint:gpu': {'time': (5.7E-05, None, 0.15)}, - 'dom:gpu': {'time': (5.8E-05, None, 0.15)}, + 'dom:gpu': {'time': (7.5E-05, None, 0.15)}, 'kesch:cn': {'time': (2.9E-04, None, 0.15)}, }, 'PrgEnv-pgi': {