瀏覽代碼

Comment out stencil application

Nathalie Furmento 15 年之前
父節點
當前提交
5587653a3f
共有 1 個文件被更改,包括 12 次插入12 次删除
  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 #