From: Augustin Degomme Date: Mon, 26 Aug 2013 12:34:58 +0000 (+0200) Subject: we added it, we might as well ... use it ? X-Git-Tag: v3_9_90~123^2~33 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eb6803b356722b81dc10bf4463c9b111c0736977?hp=1f97075c250e334b3d744aadff6dee322c24c408 we added it, we might as well ... use it ? --- 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); }