Bläddra i källkod

examples: disable filters/custom_mf/custom_mf_filter as it fails (the application was actually not tested before #13076)

Nathalie Furmento 11 år sedan
förälder
incheckning
ffe5475999
1 ändrade filer med 7 tillägg och 1 borttagningar
  1. 7 1
      examples/Makefile.am

+ 7 - 1
examples/Makefile.am

@@ -170,7 +170,6 @@ STARPU_EXAMPLES =				\
 	filters/fvector				\
 	filters/fblock				\
 	filters/fmatrix				\
-	filters/custom_mf/custom_mf_filter	\
 	tag_example/tag_example			\
 	tag_example/tag_example2		\
 	tag_example/tag_example3		\
@@ -391,6 +390,13 @@ endif
 #############################
 # Custom multiformat filter #
 #############################
+
+#TODO: see why the application is failing
+#lt-custom_mf_filter: .../src/datawizard/malloc.c:784: starpu_free_on_node: Assertion `chunk != _starpu_chunk_list_end(chunks[dst_node])' failed.
+
+examplebin_PROGRAMS +=				\
+	filters/custom_mf/custom_mf_filter
+
 filters_custom_mf_custom_mf_filter_SOURCES=\
 	filters/custom_mf/custom_mf_filter.c \
 	filters/custom_mf/custom_interface.c   \