Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
welcome simgrid::smpi::Request
[simgrid.git] / src / smpi / colls / allgatherv-ompi-bruck.cpp
index d41691c..64abe50 100644 (file)
@@ -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,