Explorar o código

Comment out stencil application

Nathalie Furmento %!s(int64=15) %!d(string=hai) anos
pai
achega
5587653a3f
Modificáronse 1 ficheiros con 12 adicións e 12 borrados
  1. 12 12
      examples/Makefile.am

+ 12 - 12
examples/Makefile.am

@@ -449,18 +449,18 @@ nobase_STARPU_OPENCL_DATA_DATA = \
 # Stencil example #
 ###################
 
-if STARPU_USE_OPENCL
-check_PROGRAMS +=		\
-	stencil/stencil
-examplebin_PROGRAMS +=		\
-	stencil/stencil
-stencil_stencil_SOURCES =	\
-	stencil/stencil.c       \
-	stencil/stencil_opencl.c
-nobase_STARPU_OPENCL_DATA_DATA += \
-	stencil/stencil_opencl_codelet.cl \
-	stencil/stencil.h
-endif
+#if STARPU_USE_OPENCL
+#check_PROGRAMS +=		\
+#	stencil/stencil
+#examplebin_PROGRAMS +=		\
+#	stencil/stencil
+#stencil_stencil_SOURCES =	\
+#	stencil/stencil.c       \
+#	stencil/stencil_opencl.c
+#nobase_STARPU_OPENCL_DATA_DATA += \
+#	stencil/stencil_opencl_codelet.cl \
+#	stencil/stencil.h
+#endif
 
 ####################
 # Variable example #