Pārlūkot izejas kodu

pdevs/mpi: increase the size of grid

Eric Ramat 8 gadi atpakaļ
vecāks
revīzija
b90c0b3d33
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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[])
 {