ソースを参照

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);