Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we added it, we might as well ... use it ?
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 26 Aug 2013 12:34:58 +0000 (14:34 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 29 Aug 2013 12:41:11 +0000 (14:41 +0200)
src/smpi/colls/smpi_mpich_selector.c

index 67e9d5b..8a2124a 100644 (file)
@@ -622,7 +622,7 @@ int smpi_coll_tuned_allgatherv_mpich(void *sbuf, int scount,
                                                      rbuf, rcounts, rdispls, rdtype,
                                                      comm);
     } 
                                                      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);
 }
                                                 rbuf, rcounts, rdispls, rdtype,
                                                 comm);
 }