From 54f3e8ef2b6a97e765f395cfdead327fb0989c5f Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 12 Jul 2013 18:14:43 +0200 Subject: [PATCH] change algo chosen for pairwise, to work with non power of 2 number of procs --- 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 3781e34d65..2c6ab2dc40 100644 --- a/src/smpi/colls/smpi_mpich_selector.c +++ b/src/smpi/colls/smpi_mpich_selector.c @@ -176,7 +176,7 @@ int smpi_coll_tuned_alltoall_mpich( void *sbuf, int scount, comm); } - return smpi_coll_tuned_alltoall_pair (sbuf, scount, sdtype, + return smpi_coll_tuned_alltoall_ompi_pairwise (sbuf, scount, sdtype, rbuf, rcount, rdtype, comm); } -- 2.30.2