X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8192acecf44818a829583724900211221500a718..8ec4cdb61b9430ccbbb5f07e48d46039aa72609f:/src/smpi/colls/reduce-scatter-gather.c diff --git a/src/smpi/colls/reduce-scatter-gather.c b/src/smpi/colls/reduce-scatter-gather.c index 19c67947a1..af317fb967 100644 --- a/src/smpi/colls/reduce-scatter-gather.c +++ b/src/smpi/colls/reduce-scatter-gather.c @@ -216,7 +216,7 @@ int smpi_coll_tuned_reduce_scatter_gather(void *sendbuf, void *recvbuf, } - else if (count >= comm_size) { + else /* (count >= comm_size) */ { tmp_buf = (void *) xbt_malloc(count * extent); //if ((rank != root))