From d689c6a80f19d80856d0d14ad008568e56161acc Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Fri, 4 Mar 2022 23:34:32 +0100 Subject: [PATCH] Make `bench_name` loggable in Gromacs library test --- hpctestlib/sciapps/gromacs/benchmarks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hpctestlib/sciapps/gromacs/benchmarks.py b/hpctestlib/sciapps/gromacs/benchmarks.py index 9f2333836f..34a4de54dc 100644 --- a/hpctestlib/sciapps/gromacs/benchmarks.py +++ b/hpctestlib/sciapps/gromacs/benchmarks.py @@ -67,6 +67,7 @@ def prepare_test(self): ] self.executable_opts += ['-nb', self.nb_impl, '-s benchmark.tpr'] + @loggable @property def bench_name(self): '''The benchmark name.