Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new type MPI, which is the container type of a MPI process in SMPI
[simgrid.git] / src / instr / instr_private.h
index 0375922..e71d88d 100644 (file)
@@ -39,6 +39,7 @@ typedef enum {
   INSTR_LINK,
   INSTR_ROUTER,
   INSTR_AS,
+  INSTR_SMPI,
 } e_container_types;
 
 typedef struct s_container *container_t;