From b31f39c80ca3bbc7c3a3d9750c057013f6e7733f Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Mon, 13 Mar 2023 15:58:56 +0100 Subject: [PATCH] Set executable_opts before run --- hpctestlib/microbenchmarks/gpu/gpu_burn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpctestlib/microbenchmarks/gpu/gpu_burn.py b/hpctestlib/microbenchmarks/gpu/gpu_burn.py index ad1479b7e1..142d34c3b8 100644 --- a/hpctestlib/microbenchmarks/gpu/gpu_burn.py +++ b/hpctestlib/microbenchmarks/gpu/gpu_burn.py @@ -163,7 +163,7 @@ class gpu_burn_check(rfm.RunOnlyRegressionTest): valid_systems = ['+gpu'] valid_prog_environs = ['+cuda', '+hip'] - @run_after('init') + @run_before('run') def set_exec_opts(self): if self.use_dp: self.executable_opts += ['-d']