소스 검색

tests/perfmodels: update sched policy name

Nathalie Furmento 14 년 전
부모
커밋
dae20a340e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      tests/perfmodels/non_linear_regression_based.c
  2. 1 1
      tests/perfmodels/regression_based.c

+ 1 - 1
tests/perfmodels/non_linear_regression_based.c

@@ -79,7 +79,7 @@ int main(int argc, char **argv)
 	struct starpu_conf conf;
 	starpu_conf_init(&conf);
 
-	conf.sched_policy_name = "greedy";
+	conf.sched_policy_name = "eager";
 	conf.calibrate = 1;
 
 	starpu_init(&conf);

+ 1 - 1
tests/perfmodels/regression_based.c

@@ -96,7 +96,7 @@ int main(int argc, char **argv)
 	struct starpu_conf conf;
 	starpu_conf_init(&conf);
 
-	conf.sched_policy_name = "greedy";
+	conf.sched_policy_name = "eager";
 	conf.calibrate = 1;
 
 	starpu_init(&conf);