浏览代码

better comment

Samuel Thibault 12 年之前
父节点
当前提交
a62e0dba32
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/sched_policies/node_heft.c

+ 2 - 1
src/sched_policies/node_heft.c

@@ -17,7 +17,8 @@
  */
 
 /* HEFT variant which tries to schedule a given number of tasks instead of just
- * the first of its scheduling window.  */
+ * the first of its scheduling window, and actually schedule the task for which
+ * the most benefit is achieved.  */
 
 #include <starpu_sched_node.h>
 #include "prio_deque.h"