Skip to content

Commit dea4584

Browse files
ekoutsTheofilos Manitaras
andauthored
Update cscs-checks/microbenchmarks/cpu/fft/fftw_benchmark.py
Co-authored-by: Theofilos Manitaras <[email protected]>
1 parent 965c5e8 commit dea4584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/microbenchmarks/cpu/fft/fftw_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def found_execution_time(self):
3838
def set_cflags(self):
3939
self.build_system.cflags = ['-O2']
4040

41-
@run_after('init')
41+
@run_before('run')
4242
def configure_mode(self):
4343
if self.exec_mode == 'nompi':
4444
self.num_tasks = 12

0 commit comments

Comments
 (0)