Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add three more tests to smpi_replay : alltoall, alltoallv and waitall
[simgrid.git] / teshsuite / smpi / vector_test.c
index 8fd729f1f146cc4291aa212472e1f82dcdfde38d..ce84eac7fd5a0900670981bfdd1c857b3bb5405e 100644 (file)
@@ -5,7 +5,7 @@
 int main(int argc, char **argv) {
 
   int rank, i, j;
 int main(int argc, char **argv) {
 
   int rank, i, j;
-  double a[SIZE][SIZE];
+  double a[SIZE][SIZE] = {{0}};
 
   MPI_Datatype columntype;
 
 
   MPI_Datatype columntype;