Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] tracing/msg/process:1 has states/links for task execute/send/receive
[simgrid.git] / src / instr / instr_routing.c
index 8113389..ceeeb7d 100644 (file)
@@ -238,6 +238,7 @@ static void instr_routing_parse_start_host ()
     type_t msg_process = getContainerType("MSG_PROCESS", new->type);
     getStateType ("MSG_PROCESS_STATE", msg_process);
     getLinkType ("MSG_PROCESS_LINK", getRootType(), msg_process, msg_process);
+    getLinkType ("MSG_PROCESS_TASK_LINK", getRootType(), msg_process, msg_process);
   }
 
   if (TRACE_msg_task_is_enabled()) {
@@ -267,6 +268,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 ()