소스 검색

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 #