X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e92284beb25991e23cf18c5db06e33d647d77fd7..eb6803b356722b81dc10bf4463c9b111c0736977:/src/smpi/colls/smpi_mpich_selector.c diff --git a/src/smpi/colls/smpi_mpich_selector.c b/src/smpi/colls/smpi_mpich_selector.c index 67e9d5bfa6..8a2124af9f 100644 --- a/src/smpi/colls/smpi_mpich_selector.c +++ b/src/smpi/colls/smpi_mpich_selector.c @@ -622,7 +622,7 @@ int smpi_coll_tuned_allgatherv_mpich(void *sbuf, int scount, rbuf, rcounts, rdispls, rdtype, comm); } - return smpi_coll_tuned_allgatherv_ring(sbuf, scount, sdtype, + return smpi_coll_tuned_allgatherv_mpich_ring(sbuf, scount, sdtype, rbuf, rcounts, rdispls, rdtype, comm); }