Explorar el Código

reduce the default number of stencil iterations to avoid filling > 4GiB memory

Samuel Thibault hace 14 años
padre
commit
dd933ff4df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mpi/examples/stencil/stencil5.c

+ 1 - 1
mpi/examples/stencil/stencil5.c

@@ -35,7 +35,7 @@ starpu_codelet stencil5_cl = {
         .nbuffers = 5
 };
 
-#define NITER_DEF 2000
+#define NITER_DEF 500
 #define X         15
 #define Y         50