X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84637d5a56f373e75eb6619d1afb54b7da3f5e36..271068c7d949ed959313b055466e13539485bc2c:/src/smpi/colls/allreduce/allreduce-smp-rsag-rab.cpp diff --git a/src/smpi/colls/allreduce/allreduce-smp-rsag-rab.cpp b/src/smpi/colls/allreduce/allreduce-smp-rsag-rab.cpp index b4bfaccd42..2b40358345 100644 --- a/src/smpi/colls/allreduce/allreduce-smp-rsag-rab.cpp +++ b/src/smpi/colls/allreduce/allreduce-smp-rsag-rab.cpp @@ -20,9 +20,9 @@ This fucntion performs all-reduce operation as follow. */ namespace simgrid{ namespace smpi{ -int Coll_allreduce_smp_rsag_rab::allreduce(const void *sbuf, void *rbuf, int count, - MPI_Datatype dtype, MPI_Op op, - MPI_Comm comm) +int allreduce__smp_rsag_rab(const void *sbuf, void *rbuf, int count, + MPI_Datatype dtype, MPI_Op op, + MPI_Comm comm) { int comm_size, rank; int tag = COLL_TAG_ALLREDUCE;