X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cdc0f888550cbaefe6094ae801230336d005337..8bd25d18b5b13783fe7fa8e1c7b3961f2bf5e0dc:/teshsuite/smpi/mpich3-test/rma/fetch_and_op.c?ds=inline diff --git a/teshsuite/smpi/mpich3-test/rma/fetch_and_op.c b/teshsuite/smpi/mpich3-test/rma/fetch_and_op.c index bd10bb6017..97c986bece 100644 --- a/teshsuite/smpi/mpich3-test/rma/fetch_and_op.c +++ b/teshsuite/smpi/mpich3-test/rma/fetch_and_op.c @@ -41,7 +41,7 @@ #endif #define CMP(x, y) ((x - ((TYPE_C) (y))) > 1.0e-9) - +void reset_vars(TYPE_C * val_ptr, TYPE_C * res_ptr, MPI_Win win); void reset_vars(TYPE_C * val_ptr, TYPE_C * res_ptr, MPI_Win win) { int i, rank, nproc;