From 375f4cd200afb155a8d9155ccf00b5644b2e6cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delval?= Date: Tue, 25 May 2021 10:08:04 +0200 Subject: [PATCH] Correct some widget in the report and test config --- ci/vfc_ci_report/compare_runs.py | 4 +-- vfc_tests_config.json | 62 +++++++++++++++++++++++++++++++- 2 files changed, 63 insertions(+), 3 deletions(-) diff --git a/ci/vfc_ci_report/compare_runs.py b/ci/vfc_ci_report/compare_runs.py index bc8da4e..d05b676 100644 --- a/ci/vfc_ci_report/compare_runs.py +++ b/ci/vfc_ci_report/compare_runs.py @@ -235,8 +235,8 @@ class CompareRuns: def update_n_runs(self, attrname, old, new): # Simply update runs selection (value and string display) - self.select_n_runs.value = new - self.current_n_runs = self.n_runs_dict[self.select_n_runs.value] + self.widgets["select_n_runs"].value = new + self.current_n_runs = self.n_runs_dict[self.widgets["select_n_runs"].value] self.update_plots() diff --git a/vfc_tests_config.json b/vfc_tests_config.json index 158a5ad..5c61a1e 100644 --- a/vfc_tests_config.json +++ b/vfc_tests_config.json @@ -3,7 +3,67 @@ "executables": [ { "executable": "bin/vfc_test_h5", - "parameters" : "vfc_ci_cycles.txt", + "parameters" : "maponia3 vfc_ci_cycles.txt", + "vfc_backends": [ + { + "name": "libinterflop_mca.so", + "repetitions": 50 + }, + { + "name": "libinterflop_mca.so --mode=rr", + "repetitions": 50 + } + ] + }, + + { + "executable": "bin/vfc_test_h5", + "parameters" : "sm1 vfc_ci_cycles.txt", + "vfc_backends": [ + { + "name": "libinterflop_mca.so", + "repetitions": 50 + }, + { + "name": "libinterflop_mca.so --mode=rr", + "repetitions": 50 + } + ] + }, + + { + "executable": "bin/vfc_test_h5", + "parameters" : "sm2 vfc_ci_cycles.txt", + "vfc_backends": [ + { + "name": "libinterflop_mca.so", + "repetitions": 50 + }, + { + "name": "libinterflop_mca.so --mode=rr", + "repetitions": 50 + } + ] + }, + + { + "executable": "bin/vfc_test_h5", + "parameters" : "sm3 vfc_ci_cycles.txt", + "vfc_backends": [ + { + "name": "libinterflop_mca.so", + "repetitions": 50 + }, + { + "name": "libinterflop_mca.so --mode=rr", + "repetitions": 50 + } + ] + }, + + { + "executable": "bin/vfc_test_h5", + "parameters" : "sm4 vfc_ci_cycles.txt", "vfc_backends": [ { "name": "libinterflop_mca.so",