|
@@ -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 #
|