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 / allgather / allgather-pair.cpp
index 5505bd5467e2c1258e921ad5cc27fcf5d4a0e71d..35372f764d1384f452eaebe9db678829e76fa3a7 100644 (file)
@@ -70,10 +70,10 @@ namespace smpi{
 
 
 int
-Coll_allgather_pair::allgather(const void *send_buff, int send_count,
-                               MPI_Datatype send_type, void *recv_buff,
-                               int recv_count, MPI_Datatype recv_type,
-                               MPI_Comm comm)
+allgather__pair(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;