From: Augustin Degomme Date: Fri, 12 Jul 2013 16:13:13 +0000 (+0200) Subject: usless and buggy line X-Git-Tag: v3_9_90~146 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d2012b2c49a0a6b424c0e4dbccd6a5aeaaa17b2e usless and buggy line --- diff --git a/src/smpi/colls/reduce-binomial.c b/src/smpi/colls/reduce-binomial.c index 6c91ffbf04..a7ece3e238 100644 --- a/src/smpi/colls/reduce-binomial.c +++ b/src/smpi/colls/reduce-binomial.c @@ -23,8 +23,6 @@ int smpi_coll_tuned_reduce_binomial(void *sendbuf, void *recvbuf, int count, tmp_buf = (void *) xbt_malloc(count * extent); int is_commutative = smpi_op_is_commute(op); - smpi_mpi_sendrecv(sendbuf, count, datatype, rank, tag, - recvbuf, count, datatype, rank, tag, comm, &status); mask = 1; int lroot;