Explorar o código

increase stencil grid size in quick_check mode so that the examples actually generate tasks

Olivier Aumage %!s(int64=8) %!d(string=hai) anos
pai
achega
ee7604c6d0
Modificáronse 2 ficheiros con 6 adicións e 6 borrados
  1. 3 3
      mpi/examples/stencil/stencil5.c
  2. 3 3
      mpi/examples/stencil/stencil5_lb.c

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

@@ -48,9 +48,9 @@ struct starpu_codelet stencil5_cl =
 };
 
 #ifdef STARPU_QUICK_CHECK
-#  define NITER_DEF	10
-#  define X         	2
-#  define Y         	2
+#  define NITER_DEF	5
+#  define X         	4
+#  define Y         	4
 #elif !defined(STARPU_LONG_CHECK)
 #  define NITER_DEF	10
 #  define X         	5

+ 3 - 3
mpi/examples/stencil/stencil5_lb.c

@@ -48,9 +48,9 @@ struct starpu_codelet stencil5_cl =
 };
 
 #ifdef STARPU_QUICK_CHECK
-#  define NITER_DEF	10
-#  define X         	2
-#  define Y         	2
+#  define NITER_DEF	5
+#  define X         	4
+#  define Y         	4
 #elif !defined(STARPU_LONG_CHECK)
 #  define NITER_DEF	10
 #  define X         	5