X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c259b6fb45cece5af1c16f45893a13a4087fd49..3232b275b9b38548bee1c3b6de1fbaec68f19584:/examples/amok/bandwidth/bandwidth.c diff --git a/examples/amok/bandwidth/bandwidth.c b/examples/amok/bandwidth/bandwidth.c index 6d1eda4e45..c0f1eaedac 100644 --- a/examples/amok/bandwidth/bandwidth.c +++ b/examples/amok/bandwidth/bandwidth.c @@ -80,6 +80,7 @@ int maestro(int argc,char *argv[]) { char *msg; asprintf(&msg,"Not enough peers arrived. Expected 2 got %ld", xbt_dynar_length(group)); + amok_pm_group_shutdown("bandwidth"); xbt_die(msg); } h1 = *(xbt_peer_t*) xbt_dynar_get_ptr(group, 0);