X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a19a4aaa1580d0dcdb8342a4fcf67ef05ead0bc..b3b0436f0dd7d2216764a7c0d1f25ed9312d524e:/teshsuite/smpi/mpich3-test/rma/racc_local_comp.c diff --git a/teshsuite/smpi/mpich3-test/rma/racc_local_comp.c b/teshsuite/smpi/mpich3-test/rma/racc_local_comp.c index ea9e57c8ed..a86c766d1a 100644 --- a/teshsuite/smpi/mpich3-test/rma/racc_local_comp.c +++ b/teshsuite/smpi/mpich3-test/rma/racc_local_comp.c @@ -35,7 +35,8 @@ int main(int argc, char *argv[]) MPI_COMM_WORLD, &window); MPI_Win_lock_all(0, window); - + buf[0] = 0; + winbuf[0]=0; /* Test Raccumulate local completion with small data. * Small data is always copied to header packet as immediate data. */ if (rank == 1) {