Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tracing for RMA calls
[simgrid.git] / src / smpi / instr_smpi.c
index d067768a2fa81f44978722fc8768db8e70977272..bda2b95ed7348752a3bb739e73500b67806fe87f 100644 (file)
@@ -49,6 +49,11 @@ static const char *smpi_colors[] ={
 
     "init",       "0 1 0",
     "finalize",     "0 1 0",
+
+    "put",       "0.3 1 0",
+    "get",       "0 1 0.3",
+    "accumulate",       "1 0.3 0",
+    "fence",       "1 0 0.3",
     NULL, NULL,
 };