Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Force stdout to be line buffered.
[simgrid.git] / teshsuite / simdag / platforms / basic_parsing_test.c
index 9b9a5be..7e3f5e3 100644 (file)
@@ -23,6 +23,8 @@ int main(int argc, char **argv)
   int route_size, i, j, k;
   int list_size;
 
+  setvbuf(stdout, NULL, _IOLBF, 0);
+
   SD_init(&argc, argv);
 
   /* creation of the environment */