Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tracing MPI_Init and MPI_Finalize (trace container creation and destruction)
[simgrid.git] / src / instr / interface.c
index 5e2e219..b496ebf 100644 (file)
@@ -75,6 +75,10 @@ int TRACE_start ()
     pajeDefineStateType("presence", "TASK", "presence");
   }
 
+  if (IS_TRACING_SMPI){
+    pajeDefineContainerType ("MPI_PROCESS", "HOST", "MPI_PROCESS");
+  }
+
   /* creating the platform */
   pajeCreateContainer(MSG_get_clock(), "platform", "PLATFORM", "0", "simgrid-platform");