Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we added it, we might as well ... use it ?
[simgrid.git] / 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);
     } 
-    return smpi_coll_tuned_allgatherv_ring(sbuf, scount, sdtype, 
+    return smpi_coll_tuned_allgatherv_mpich_ring(sbuf, scount, sdtype,
                                                 rbuf, rcounts, rdispls, rdtype,
                                                 comm);
 }