Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change algo chosen for pairwise, to work with non power of 2 number of procs
authorAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 16:14:43 +0000 (18:14 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 17:13:32 +0000 (19:13 +0200)
src/smpi/colls/smpi_mpich_selector.c

index 3781e34..2c6ab2d 100644 (file)
@@ -176,7 +176,7 @@ int smpi_coll_tuned_alltoall_mpich( void *sbuf, int scount,
                                                            comm);
     }
 
                                                            comm);
     }
 
-    return smpi_coll_tuned_alltoall_pair (sbuf, scount, sdtype, 
+    return smpi_coll_tuned_alltoall_ompi_pairwise (sbuf, scount, sdtype,
                                                     rbuf, rcount, rdtype,
                                                     comm);
 }
                                                     rbuf, rcount, rdtype,
                                                     comm);
 }