From eb6803b356722b81dc10bf4463c9b111c0736977 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 26 Aug 2013 14:34:58 +0200 Subject: [PATCH 1/1] we added it, we might as well ... use it ? --- src/smpi/colls/smpi_mpich_selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1