X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bb1ec3ebdc8aad0b788cfded0ca9bf7b071a6721..004b932fe967a47a2ded3795af9dc069c3de9671:/src/smpi/colls/allgatherv-ompi-bruck.cpp diff --git a/src/smpi/colls/allgatherv-ompi-bruck.cpp b/src/smpi/colls/allgatherv-ompi-bruck.cpp index d41691ca3d..64abe50001 100644 --- a/src/smpi/colls/allgatherv-ompi-bruck.cpp +++ b/src/smpi/colls/allgatherv-ompi-bruck.cpp @@ -157,7 +157,7 @@ int smpi_coll_tuned_allgatherv_ompi_bruck(void *sbuf, int scount, smpi_datatype_commit(&new_rdtype); /* Sendreceive */ - smpi_mpi_sendrecv(rbuf, 1, new_sdtype, sendto, + Request::sendrecv(rbuf, 1, new_sdtype, sendto, COLL_TAG_ALLGATHERV, rbuf, 1, new_rdtype, recvfrom, COLL_TAG_ALLGATHERV,