Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
comment tests we don't support in MPI3, and fix a few we support
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / racc_local_comp.c
index ea9e57c..a86c766 100644 (file)
@@ -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) {