Skip to content

Commit

Permalink
Move flush.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jul 11, 2018
1 parent aee49c1 commit 340cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/futhark-autotune
Expand Up @@ -61,8 +61,8 @@ class FutharkTuner(MeasurementInterface):
# programs that take a long time to compile.
compile_cmd = '{} {}'.format(self.args.compiler, self.program_name())
print('Compiling {}... '.format(self.program_name()), end='')
compile_res = self.call_critical_program(compile_cmd)
sys.stdout.flush()
compile_res = self.call_critical_program(compile_cmd)
print('Done.')

if self.args.calc_timeout:
Expand Down

0 comments on commit 340cb13

Please sign in to comment.