diff --git a/cscs-checks/compile/haswell_fma_check.py b/cscs-checks/compile/haswell_fma_check.py index 4ac601794b..3c4c680c8b 100644 --- a/cscs-checks/compile/haswell_fma_check.py +++ b/cscs-checks/compile/haswell_fma_check.py @@ -55,4 +55,3 @@ def setflags(self): if self.current_environ.name == 'PrgEnv-cray': self.build_system.cflags = ['-Ofast', '-S'] self.build_system.cxxflags = ['-Ofast', '-S'] - diff --git a/cscs-checks/libraries/hpx/hpx_hello_world.py b/cscs-checks/libraries/hpx/hpx_hello_world.py index 420028bafc..1c21304374 100644 --- a/cscs-checks/libraries/hpx/hpx_hello_world.py +++ b/cscs-checks/libraries/hpx/hpx_hello_world.py @@ -62,4 +62,3 @@ def set_sanity(self): self.sanity_patterns = sn.all(sn.chain([assert_num_tasks], assert_threads, assert_localities)) - diff --git a/cscs-checks/mch/automatic_arrays_acc.py b/cscs-checks/mch/automatic_arrays_acc.py index 52b8a51cf3..0c48c0f2e4 100644 --- a/cscs-checks/mch/automatic_arrays_acc.py +++ b/cscs-checks/mch/automatic_arrays_acc.py @@ -41,14 +41,14 @@ def __init__(self): } self.arrays_reference = { 'PrgEnv-cray': { - 'daint:gpu': {'time': (5.7E-05, None, 0.15)}, - 'dom:gpu': {'time': (5.7E-05, None, 0.15)}, - 'kesch:cn': {'time': (2.9E-04, None, 0.15)}, + 'daint:gpu': {'time': (5.7E-05, None, 0.15, 's')}, + 'dom:gpu': {'time': (5.7E-05, None, 0.15, 's')}, + 'kesch:cn': {'time': (2.9E-04, None, 0.15, 's')}, }, 'PrgEnv-pgi': { - 'daint:gpu': {'time': (7.5E-05, None, 0.15)}, - 'dom:gpu': {'time': (7.5e-05, None, 0.15)}, - 'kesch:cn': {'time': (1.4E-04, None, 0.15)}, + 'daint:gpu': {'time': (7.5E-05, None, 0.15, 's')}, + 'dom:gpu': {'time': (7.5e-05, None, 0.15, 's')}, + 'kesch:cn': {'time': (1.4E-04, None, 0.15, 's')}, } } diff --git a/cscs-checks/mch/collectives_halo.py b/cscs-checks/mch/collectives_halo.py index 166142baae..f4e803cec3 100644 --- a/cscs-checks/mch/collectives_halo.py +++ b/cscs-checks/mch/collectives_halo.py @@ -97,13 +97,13 @@ def __init__(self, variant, bench_reference): self.reference = { 'kesch:cn': { - 'elapsed_time': (ref, None, 0.15) + 'elapsed_time': (ref, None, 0.15, 's') }, 'daint': { - 'elapsed_time': (ref, None, 0.15) + 'elapsed_time': (ref, None, 0.15, 's') }, 'dom': { - 'elapsed_time': (ref, None, 0.15) + 'elapsed_time': (ref, None, 0.15, 's') }, } diff --git a/cscs-checks/mch/cuda_stress_test.py b/cscs-checks/mch/cuda_stress_test.py index 463574fcaa..f2e28e2960 100644 --- a/cscs-checks/mch/cuda_stress_test.py +++ b/cscs-checks/mch/cuda_stress_test.py @@ -36,13 +36,13 @@ def __init__(self): } self.reference = { 'daint:gpu': { - 'time': (1.41184, None, 0.05) + 'time': (1.41184, None, 0.05, 's') }, 'dom:gpu': { - 'time': (1.39758, None, 0.05) + 'time': (1.39758, None, 0.05, 's') }, 'kesch:cn': { - 'time': (2.25, None, 0.05) + 'time': (2.25, None, 0.05, 's') } } self.tags = {'production', 'mch', 'craype'} diff --git a/cscs-checks/mch/fieldextra_check.py b/cscs-checks/mch/fieldextra_check.py index b0dece55d3..9e401f97ea 100644 --- a/cscs-checks/mch/fieldextra_check.py +++ b/cscs-checks/mch/fieldextra_check.py @@ -79,11 +79,11 @@ def __init__(self): r'%INFO fieldextra: Program successfully completed', self.stdout ) self.perf_patterns = { - 'perf': sn.extractsingle(r'WALL CLOCK\s*SPEEDUP\D*(?P\S+)', - 'fieldextra.diagnostic', 'perf', float) + 'time': sn.extractsingle(r'WALL CLOCK\s*SPEEDUP\D*(?P