Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hpctestlib/microbenchmarks/mpi/osu.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class osu_benchmark(rfm.RunOnlyRegressionTest):
('mpi.pt2pt.osu_latency', 'latency')
], fmt=lambda x: x[0], loggable=True)

@run_after('init')
@run_before('setup')
def setup_per_benchmark(self):
bench, bench_metric = self.benchmark_info
if bench_metric == 'latency':
Expand Down