X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..30cf990a90d000d80bf21cc1b886e3eb01553a5d:/teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter.c diff --git a/teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter.c b/teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter.c index e55fadfe85..5b77c2c486 100644 --- a/teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter.c +++ b/teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter.c @@ -12,7 +12,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(comm_mxn_scatter, sd, "SimDag test scatter"); /* * intra communication test 1 * scatter - * + * * start: 1 2 3 (each having 1/3 of the bandwidth) * after 3 sec: 0 1 2 (having 1/2 of the bandwidth) * after another 2 sec: 0 0 1 (having all the bandwidth) @@ -42,6 +42,5 @@ int main(int argc, char **argv) SD_task_destroy(task); - SD_exit(); return 0; }