Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
usless and buggy line
authorAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 16:13:13 +0000 (18:13 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 17:13:32 +0000 (19:13 +0200)
src/smpi/colls/reduce-binomial.c

index 6c91ffb..a7ece3e 100644 (file)
@@ -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;