Browse Source

sched_ctx/sched_ctx_hierarchy can't work on simgrid yet

Samuel Thibault 8 years ago
parent
commit
00e62ce185
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/Makefile.am

+ 2 - 2
tests/Makefile.am

@@ -156,7 +156,6 @@ myPROGRAMS +=				\
 	microbenchs/display_structures_size	\
 	microbenchs/local_pingpong		\
 	sched_ctx/sched_ctx_list		\
-	sched_ctx/sched_ctx_hierarchy		\
 	perfmodels/value_nan
 
 if !STARPU_SIMGRID
@@ -330,7 +329,8 @@ myPROGRAMS +=				\
 	sched_policies/execute_all_tasks        \
 	sched_policies/prio        		\
 	sched_policies/simple_deps              \
-	sched_policies/simple_cpu_gpu_sched
+	sched_policies/simple_cpu_gpu_sched	\
+	sched_ctx/sched_ctx_hierarchy
 endif
 
 MICROBENCHS = \