Browse Source

Comment out stencil application

Nathalie Furmento 15 years ago
parent
commit
5587653a3f
1 changed files with 12 additions and 12 deletions
  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 #