Skip to content

Commit 1fc8794

Browse files
author
Vasileios Karakasis
committed
Minor style enhancements
1 parent dea4584 commit 1fc8794

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def fftw_exec_time(self):
2929
)
3030

3131
@sanity_function
32-
def found_execution_time(self):
32+
def assert_finished(self):
3333
return sn.assert_eq(
3434
sn.count(sn.findall(r'execution time', self.stdout)), 1
3535
)
@@ -39,7 +39,7 @@ def set_cflags(self):
3939
self.build_system.cflags = ['-O2']
4040

4141
@run_before('run')
42-
def configure_mode(self):
42+
def configure_exec_mode(self):
4343
if self.exec_mode == 'nompi':
4444
self.num_tasks = 12
4545
self.executable_opts = ['72 12 1000 0']
@@ -62,4 +62,3 @@ def configure_mode(self):
6262
'fftw_exec_time': (0.47, None, 0.50, 's'),
6363
},
6464
}
65-

0 commit comments

Comments
 (0)