Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups, I changed the prototype of these functions
[simgrid.git] / examples / amok / saturate / saturate.c
index 4f3a802..6734088 100644 (file)
@@ -39,7 +39,7 @@ int sensor (int argc,char *argv[]) {
   gras_os_sleep(2); /* let the master get ready */
   master = gras_socket_client_from_string(argv[1]);
                                              
-  amok_pm_group_join(master,"saturate");
+  amok_pm_group_join(master,"saturate",-1);
   amok_pm_mainloop(600);
 
   gras_socket_close(mysock);