Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MPI_Win_post, MPI_Win_start, MPI_Win_complete, and MPI_Win_wait support.
[simgrid.git] / src / smpi / instr_smpi.c
index bda2b95ed7348752a3bb739e73500b67806fe87f..1560ae5d07fa3dda4d20b6521e4dbbe4bd1b034d 100644 (file)
@@ -53,7 +53,11 @@ static const char *smpi_colors[] ={
     "put",       "0.3 1 0",
     "get",       "0 1 0.3",
     "accumulate",       "1 0.3 0",
-    "fence",       "1 0 0.3",
+    "win_fence",       "1 0 0.3",
+    "win_post",       "1 0 0.8",
+    "win_wait",       "1 0.8 0",
+    "win_start",       "0.8 0 1",
+    "win_complete",       "0.8 1 0",
     NULL, NULL,
 };