Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mpi alltoallv bruck and fix mpi alltoallv pairwise
[simgrid.git] / src / smpi / smpi_pmpi.c
index b173064..378f42a 100644 (file)
@@ -1963,7 +1963,7 @@ int PMPI_Alltoallv(void *sendbuf, int *sendcounts, int *senddisps,
     retval = MPI_ERR_ARG;
   } else {
     retval =
-        smpi_coll_basic_alltoallv(sendbuf, sendcounts, senddisps, sendtype,
+        mpi_coll_alltoallv_fun(sendbuf, sendcounts, senddisps, sendtype,
                                   recvbuf, recvcounts, recvdisps, recvtype,
                                   comm);
   }