Browse Source

sched_policies: add a comment related to USE_OVERLOAD experimental code

Samuel Pitoiset 9 years ago
parent
commit
1d6d838d5a
1 changed files with 3 additions and 0 deletions
  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;