X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bb1ec3ebdc8aad0b788cfded0ca9bf7b071a6721..004b932fe967a47a2ded3795af9dc069c3de9671:/src/smpi/colls/allgather-ompi-neighborexchange.cpp diff --git a/src/smpi/colls/allgather-ompi-neighborexchange.cpp b/src/smpi/colls/allgather-ompi-neighborexchange.cpp index 9227d51dff..248651ef94 100644 --- a/src/smpi/colls/allgather-ompi-neighborexchange.cpp +++ b/src/smpi/colls/allgather-ompi-neighborexchange.cpp @@ -138,7 +138,7 @@ smpi_coll_tuned_allgather_ompi_neighborexchange(void *sbuf, int scount, tmprecv = (char*)rbuf + neighbor[0] * rcount * rext; tmpsend = (char*)rbuf + rank * rcount * rext; /* Sendreceive */ - smpi_mpi_sendrecv(tmpsend, rcount, rdtype, neighbor[0], + Request::sendrecv(tmpsend, rcount, rdtype, neighbor[0], COLL_TAG_ALLGATHER, tmprecv, rcount, rdtype, neighbor[0], COLL_TAG_ALLGATHER, @@ -160,7 +160,7 @@ smpi_coll_tuned_allgather_ompi_neighborexchange(void *sbuf, int scount, tmpsend = (char*)rbuf + send_data_from * rcount * rext; /* Sendreceive */ - smpi_mpi_sendrecv(tmpsend, 2 * rcount, rdtype, + Request::sendrecv(tmpsend, 2 * rcount, rdtype, neighbor[i_parity], COLL_TAG_ALLGATHER, tmprecv, 2 * rcount, rdtype,