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 / allreduce / allreduce-smp-rsag.cpp
index 06d5e41..c1316e8 100644 (file)
@@ -15,9 +15,9 @@ This fucntion performs all-reduce operation as follow.
 */
 namespace simgrid{
 namespace smpi{
-int Coll_allreduce_smp_rsag::allreduce(const void *send_buf, void *recv_buf,
-                                       int count, MPI_Datatype dtype, MPI_Op op,
-                                       MPI_Comm comm)
+int allreduce__smp_rsag(const void *send_buf, void *recv_buf,
+                        int count, MPI_Datatype dtype, MPI_Op op,
+                        MPI_Comm comm)
 {
   int comm_size, rank;
   int tag = COLL_TAG_ALLREDUCE;