From df724f6085b51eaf3e123f7d236f941a2cba958d Mon Sep 17 00:00:00 2001 From: Matthias Kraushaar Date: Mon, 16 Dec 2019 22:38:25 +0100 Subject: [PATCH 1/2] Adapt performance numbers Kesch --- cscs-checks/mch/collectives_halo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscs-checks/mch/collectives_halo.py b/cscs-checks/mch/collectives_halo.py index 770ecd6daf..215406d354 100644 --- a/cscs-checks/mch/collectives_halo.py +++ b/cscs-checks/mch/collectives_halo.py @@ -130,8 +130,8 @@ def __init__(self, variant): { 'kesch': { 'nocomm': 5.7878, - 'nocomp': 5.62155, - 'default': 5.53777 + 'nocomp': 54.2012, + 'default': 55.142 }, 'daint': { 'nocomm': 0.978306, From b3f929f4b9daea4ca5e9788ab223740c39ac7459 Mon Sep 17 00:00:00 2001 From: kraushm Date: Mon, 16 Dec 2019 22:51:17 +0100 Subject: [PATCH 2/2] Adapt Alltoallv performance numbers --- cscs-checks/mch/collectives_halo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cscs-checks/mch/collectives_halo.py b/cscs-checks/mch/collectives_halo.py index 215406d354..038ff6cddf 100644 --- a/cscs-checks/mch/collectives_halo.py +++ b/cscs-checks/mch/collectives_halo.py @@ -108,9 +108,9 @@ def __init__(self, variant): super().__init__(variant, { 'kesch': { - 'nocomm': 5.7878, - 'nocomp': 5.62155, - 'default': 5.53777 + 'nocomm': 6.89819, + 'nocomp': 6.98276, + 'default': 6.85289 }, 'daint': { 'nocomm': 0.0171947,