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-redbcast.cpp
index 1f5863c..8c967ce 100644 (file)
@@ -7,9 +7,9 @@
 #include "../colls_private.hpp"
 namespace simgrid{
 namespace smpi{
-int Coll_allreduce_redbcast::allreduce(const void *buf, void *buf2, int count,
-                                       MPI_Datatype datatype, MPI_Op op,
-                                       MPI_Comm comm)
+int allreduce__redbcast(const void *buf, void *buf2, int count,
+                        MPI_Datatype datatype, MPI_Op op,
+                        MPI_Comm comm)
 {
   Colls::reduce(buf, buf2, count, datatype, op, 0, comm);
   Colls::bcast(buf2, count, datatype, 0, comm);