Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi: many classes died tonight, but that will save kitten on the long term.
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-pair.cpp
index 1492073..ff7ed2a 100644 (file)
  * 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;