Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] smpi api tracing updated to the new tracing utilities
[simgrid.git] / src / instr / instr_config.c
index 3fb5dbf..ba9ec37 100644 (file)
@@ -83,22 +83,6 @@ int TRACE_start()
 //    pajeDefineContainerType("TASK", "HOST", "TASK");
 //    pajeDefineStateType("category", "TASK", "category");
 //    pajeDefineStateType("presence", "TASK", "presence");
-//  }
-
-  /* type hierarchy for
-   * --cfg=tracing/smpi
-   * --cfg=tracing/smpi/group
-   */
-//  FIXME
-//  if (TRACE_smpi_is_enabled()) {
-//    if (TRACE_smpi_is_grouped()){
-//      pajeDefineContainerType("MPI_PROCESS", "HOST", "MPI_PROCESS");
-//    }else{
-//      pajeDefineContainerType("MPI_PROCESS", "PLATFORM", "MPI_PROCESS");
-//    }
-//    pajeDefineStateType("MPI_STATE", "MPI_PROCESS", "MPI_STATE");
-//    pajeDefineLinkType("MPI_LINK", "0", "MPI_PROCESS", "MPI_PROCESS",
-//                       "MPI_LINK");
 //  }
   }
   /* other trace initialization */