Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the protocol of pm_join: cannot force the rank anymore, the master gives one...
[simgrid.git] / examples / amok / bandwidth / bandwidth.c
index 65538fe..c703fee 100644 (file)
@@ -48,7 +48,7 @@ int sensor(int argc, char *argv[])
     }
   }
 
-  amok_pm_group_join(master, "bandwidth", -1);
+  amok_pm_group_join(master, "bandwidth");
   amok_pm_mainloop(60);
 
   gras_socket_close(mysock);