소스 검색

sched_ctx/sched_ctx_hierarchy can't work on simgrid yet

Samuel Thibault 8 년 전
부모
커밋
00e62ce185
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 = \