소스 검색

sched_policies: add a comment related to USE_OVERLOAD experimental code

Samuel Pitoiset 9 년 전
부모
커밋
1d6d838d5a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/sched_policies/work_stealing_policy.c

+ 3 - 0
src/sched_policies/work_stealing_policy.c

@@ -29,6 +29,9 @@
 #include <Ayudame.h>
 #endif
 
+/* Experimental (dead) code which needs to be tested, fixed... */
+/* #define USE_OVERLOAD */
+
 struct _starpu_work_stealing_data
 {
 	struct _starpu_fifo_taskq **queue_array;