Explorar o código

mpi/examples/stencil/stencil5.c: lower number of iterations when quick-check is enabled

Nathalie Furmento %!s(int64=10) %!d(string=hai) anos
pai
achega
f8a78074a6
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

@@ -45,7 +45,7 @@ struct starpu_codelet stencil5_cl =
 };
 
 #ifdef STARPU_QUICK_CHECK
-#  define NITER_DEF	100
+#  define NITER_DEF	10
 #  define X         	5
 #  define Y         	5
 #else