瀏覽代碼

Disable build of parallel_code which doesn't compile any more due to missing starpu_sched_ctx_book/unbook_workers_for_task

Samuel Thibault 8 年之前
父節點
當前提交
f891fc83d6
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      examples/Makefile.am

+ 5 - 4
examples/Makefile.am

@@ -336,10 +336,11 @@ STARPU_EXAMPLES +=				\
 	sched_ctx/nested_sched_ctxs		\
 	sched_ctx/sched_ctx_without_sched_policy_awake\
 	sched_ctx/parallel_tasks_reuse_handle
-if STARPU_LONG_CHECK
-STARPU_EXAMPLES +=				\
-	sched_ctx/parallel_code
-endif
+# FIXME: does not compile any more due to missing starpu_sched_ctx_book/unbook_workers_for_task
+#if STARPU_LONG_CHECK
+#STARPU_EXAMPLES +=				\
+#	sched_ctx/parallel_code
+#endif
 
 if STARPU_HAVE_HWLOC
 if STARPU_HWLOC_HAVE_TOPOLOGY_DUP