소스 검색

exp_end is not actually the expected end, only estimations with the new task

Samuel Thibault 14 년 전
부모
커밋
6847e9ac82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/sched_policies/heft.c

+ 1 - 1
src/sched_policies/heft.c

@@ -37,7 +37,7 @@ static double _gamma = STARPU_DEFAULT_GAMMA;
 static double idle_power = 0.0;
 
 static double exp_start[STARPU_NMAXWORKERS]; /* of the first queued task */
-static double exp_end[STARPU_NMAXWORKERS];   /* of the set of queued tasks */
+static double exp_end[STARPU_NMAXWORKERS];   /* temporary estimation with additional task */
 static double exp_len[STARPU_NMAXWORKERS];   /* of the last queued task */
 static double ntasks[STARPU_NMAXWORKERS];