Parcourir la source

pdevs/mpi: increase the size of grid

Eric Ramat il y a 8 ans
Parent
commit
b90c0b3d33
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/tests/mpi/main.cpp

+ 2 - 2
src/tests/mpi/main.cpp

@@ -104,8 +104,8 @@ void example_simple(int argc, char *argv[])
     }
 }
 
-#define SUB_GRID_SIZE 10
-#define SUB_GRID_NUMBER 3
+#define SUB_GRID_SIZE 32
+#define SUB_GRID_NUMBER 8
 
 void example_grid(int argc, char *argv[])
 {