X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/414e94ea617131be95347ce93a9b230bca821e19..f9547fcad0c2d07d37c256d9f1c8135d2d479036:/teshsuite/smpi/mpich3-test/rma/rget-testall.c diff --git a/teshsuite/smpi/mpich3-test/rma/rget-testall.c b/teshsuite/smpi/mpich3-test/rma/rget-testall.c index 4f3eec243b..f4e0dd3085 100644 --- a/teshsuite/smpi/mpich3-test/rma/rget-testall.c +++ b/teshsuite/smpi/mpich3-test/rma/rget-testall.c @@ -38,7 +38,7 @@ int main(int argc, char **argv) baseptr[0] = 1; baseptr[1] = 2; MPI_Win_unlock(rank, win); - + MPI_Barrier(MPI_COMM_WORLD); /* Issue request-based get with testall. */ MPI_Win_lock_all(0, win); MPI_Rget(&val1, 1, MPI_INT, 0, 0, 1, MPI_INT, win, &reqs[0]);