Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused file.
[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;
-  double a[SIZE][SIZE];
+  double a[SIZE][SIZE] = {{0}};
 
   MPI_Datatype columntype;