X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/859dc1bb22428a11af08a1dd97890b9e221e5ff5..271068c7d949ed959313b055466e13539485bc2c:/src/smpi/colls/alltoallv/alltoallv-pair.cpp diff --git a/src/smpi/colls/alltoallv/alltoallv-pair.cpp b/src/smpi/colls/alltoallv/alltoallv-pair.cpp index 1492073398..ff7ed2ad44 100644 --- a/src/smpi/colls/alltoallv/alltoallv-pair.cpp +++ b/src/smpi/colls/alltoallv/alltoallv-pair.cpp @@ -27,12 +27,12 @@ * Author: Ahmad Faraj ****************************************************************************/ -namespace simgrid{ -namespace smpi{ -int Coll_alltoallv_pair::alltoallv(const void *send_buff, const int *send_counts, const int *send_disps, - MPI_Datatype send_type, - void *recv_buff, const int *recv_counts, const int *recv_disps, - MPI_Datatype recv_type, MPI_Comm comm) +namespace simgrid { +namespace smpi { +int alltoallv__pair(const void *send_buff, const int *send_counts, const int *send_disps, + MPI_Datatype send_type, + void *recv_buff, const int *recv_counts, const int *recv_disps, + MPI_Datatype recv_type, MPI_Comm comm) { MPI_Aint send_chunk, recv_chunk;