Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix SimGrid-FMI
[simgrid.git] / src / smpi / colls / alltoall / alltoall-3dmesh.cpp
index 4bf3d39ea1ece8b583562b249de30018d8c1b06c..485d7b12df86848c58dfd3933cd96ef1430b8912 100644 (file)
@@ -47,10 +47,10 @@ static int alltoall_check_is_3dmesh(int num, int *i, int *j, int *k)
 }
 namespace simgrid{
 namespace smpi{
-int Coll_alltoall_3dmesh::alltoall(const void *send_buff, int send_count,
-                                    MPI_Datatype send_type,
-                                    void *recv_buff, int recv_count,
-                                    MPI_Datatype recv_type, MPI_Comm comm)
+int alltoall__3dmesh(const void *send_buff, int send_count,
+                     MPI_Datatype send_type,
+                     void *recv_buff, int recv_count,
+                     MPI_Datatype recv_type, MPI_Comm comm)
 {
   MPI_Aint extent;
   MPI_Status status;