Explorar o código

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

Samuel Thibault %!s(int64=13) %!d(string=hai) anos
pai
achega
dd933ff4df
Modificáronse 1 ficheiros con 1 adicións e 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