Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] faster method to dump when unconditional dump to trace file is possible
[simgrid.git] / src / instr / instr_routing.c
index 8113389..dcd5af5 100644 (file)
@@ -267,6 +267,7 @@ static void instr_routing_parse_end_platform ()
   currentContainer = NULL;
   recursiveGraphExtraction (getRootContainer());
   platform_created = 1;
+  TRACE_paje_dump_buffer(1);
 }
 
 void instr_routing_define_callbacks ()