Samuel Thibault лет назад: 12
Родитель
Сommit
751c6a11ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 1
src/core/perfmodel/perfmodel_bus.c

@@ -1591,7 +1591,7 @@ static void check_bus_config_file(void)
                 }
                 else if (read_mic != nmic)
 		{
-                        _STARPU_DISP("Current configuration does not match the bus performance model (MIC: (stored) %d != (current) %d), recalibrating...", read_mic, nmic);
+                        _STARPU_DISP("Current configuration does not match the bus performance model (MIC: (stored) %d != (current) %d), recalibrating...\n", read_mic, nmic);
                         _starpu_bus_force_sampling();
 			_STARPU_DISP("... done\n");
                 }