X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6f00a784a0d052de2001804276ceee8e43a6334..535815db45bb2162b257e5c208ee7015dd2cc8f6:/examples/msg/cloud/masterslave_virtual_machines.c diff --git a/examples/msg/cloud/masterslave_virtual_machines.c b/examples/msg/cloud/masterslave_virtual_machines.c index 0ed5b9069d..87d10504ba 100644 --- a/examples/msg/cloud/masterslave_virtual_machines.c +++ b/examples/msg/cloud/masterslave_virtual_machines.c @@ -98,7 +98,6 @@ int master(int argc, char *argv[]) { argv[2] = NULL; MSG_vm_bind(vm, MSG_process_create_with_arguments(slavename,slave_fun,NULL,slaves[i],2,argv)); } - work_batch(slaves_count*2); XBT_INFO("Migrate everyone to the second host."); for (i=0;i