X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a70d3eaa28d798d6ac546e9e44b135293c03510c..c9f1e4b399f0d6093f78cb7fda7beaeabded297f:/src/smpi/smpi_mpi.c diff --git a/src/smpi/smpi_mpi.c b/src/smpi/smpi_mpi.c index f454c2765c..fb65892557 100644 --- a/src/smpi/smpi_mpi.c +++ b/src/smpi/smpi_mpi.c @@ -346,6 +346,8 @@ int SMPI_MPI_Reduce(void *sendbuf, void *recvbuf, int count, * * Same as MPI_REDUCE except that the result appears in the receive buffer of all the group members. **/ +int SMPI_MPI_Allreduce( void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, + MPI_Op op, MPI_Comm comm ); int SMPI_MPI_Allreduce( void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm ) {