Nathalie Furmento лет назад: 11
Родитель
Сommit
8409645b4e
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      examples/Makefile.am

+ 5 - 3
examples/Makefile.am

@@ -189,8 +189,6 @@ STARPU_EXAMPLES =				\
 	sched_ctx/sched_ctx			\
 	sched_ctx/prio				\
 	sched_ctx/dummy_sched_with_ctx		\
-	sched_ctx/sched_ctx_without_sched_policy\
-	sched_ctx/nested_sched_ctxs		\
 	worker_collections/worker_tree_example  \
 	worker_collections/worker_list_example  \
 	reductions/dot_product			\
@@ -253,7 +251,8 @@ if !STARPU_HAVE_WINDOWS
 STARPU_EXAMPLES +=				\
 	openmp/vector_scal_omp			\
 	sched_ctx/sched_ctx_without_sched_policy\
-	sched_ctx/nested_sched_ctxs
+	sched_ctx/nested_sched_ctxs		\
+	sched_ctx/sched_ctx_without_sched_policy
 
 if STARPU_LONG_CHECK
 STARPU_EXAMPLES +=				\
@@ -789,6 +788,8 @@ top_hello_world_top_SOURCES =			\
 # Pi #
 ######
 
+if !STARPU_HAVE_WINDOWS
+
 examplebin_PROGRAMS +=				\
 	pi/pi					\
 	pi/pi_redux
@@ -813,6 +814,7 @@ pi_pi_redux_SOURCES +=				\
 pi_pi_redux_LDADD =				\
 	$(STARPU_CURAND_LDFLAGS)
 endif
+endif
 
 ###########################
 # OpenGL interoperability #