瀏覽代碼

examples/Makefile.am: always execute sched_ctx/parallel_code, not only when configure option --enable-long-check is set

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

+ 1 - 5
examples/Makefile.am

@@ -344,12 +344,8 @@ STARPU_EXAMPLES +=				\
 	sched_ctx/sched_ctx_without_sched_policy\
 	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_tasks_reuse_handle	\
 	sched_ctx/parallel_code
-endif
 
 if STARPU_HAVE_HWLOC
 if STARPU_HWLOC_HAVE_TOPOLOGY_DUP