X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..5089a0a98b27f5eeee62321dff4f025f1648f025:/src/smpi/colls/allreduce/allreduce-rab1.cpp?ds=sidebyside diff --git a/src/smpi/colls/allreduce/allreduce-rab1.cpp b/src/smpi/colls/allreduce/allreduce-rab1.cpp index 34be1cdfeb..355b6fe781 100644 --- a/src/smpi/colls/allreduce/allreduce-rab1.cpp +++ b/src/smpi/colls/allreduce/allreduce-rab1.cpp @@ -9,9 +9,9 @@ namespace simgrid{ namespace smpi{ // NP pow of 2 for now -int Coll_allreduce_rab1::allreduce(const void *sbuff, void *rbuff, - int count, MPI_Datatype dtype, - MPI_Op op, MPI_Comm comm) +int allreduce__rab1(const void *sbuff, void *rbuff, + int count, MPI_Datatype dtype, + MPI_Op op, MPI_Comm comm) { MPI_Status status; MPI_Aint extent;