Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tracing MPI collective operations implemented in SMPI
[simgrid.git] / src / instr / interface.c
index b496ebf..849986e 100644 (file)
@@ -77,6 +77,7 @@ int TRACE_start ()
 
   if (IS_TRACING_SMPI){
     pajeDefineContainerType ("MPI_PROCESS", "HOST", "MPI_PROCESS");
+    pajeDefineStateType ("MPI_STATE", "MPI_PROCESS", "MPI_STATE");
   }
 
   /* creating the platform */