diff --git a/tools/futhark-autotune b/tools/futhark-autotune index d25a0ed75f..efd4655c5e 100755 --- a/tools/futhark-autotune +++ b/tools/futhark-autotune @@ -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: