|
@@ -265,11 +265,15 @@ STARPU_EXAMPLES += \
|
|
profiling/profiling \
|
|
profiling/profiling \
|
|
scheduler/dummy_sched \
|
|
scheduler/dummy_sched \
|
|
sched_ctx/sched_ctx \
|
|
sched_ctx/sched_ctx \
|
|
- sched_ctx/parallel_code \
|
|
|
|
sched_ctx/dummy_sched_with_ctx \
|
|
sched_ctx/dummy_sched_with_ctx \
|
|
reductions/dot_product \
|
|
reductions/dot_product \
|
|
reductions/minmax_reduction
|
|
reductions/minmax_reduction
|
|
|
|
|
|
|
|
+if STARPU_LONG_CHECK
|
|
|
|
+STARPU_EXAMPLES += \
|
|
|
|
+ sched_ctx/parallel_code
|
|
|
|
+endif
|
|
|
|
+
|
|
if STARPU_HAVE_F77_H
|
|
if STARPU_HAVE_F77_H
|
|
STARPU_EXAMPLES += \
|
|
STARPU_EXAMPLES += \
|
|
basic_examples/vector_scal_fortran
|
|
basic_examples/vector_scal_fortran
|