Browse Source

fix dirty copy past

Simon Archipoff 12 years ago
parent
commit
0aa2ed40ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/doxygen/chapters/modularized_scheduler.doxy

+ 2 - 2
doc/doxygen/chapters/modularized_scheduler.doxy

@@ -136,8 +136,8 @@ struct starpu_sched_policy scheduling_policy =
 	.pre_exec_hook = starpu_sched_node_worker_pre_exec_hook,
 	.post_exec_hook = starpu_sched_node_worker_post_exec_hook,
 	.pop_every_task = NULL,
-	.policy_name = "tree-heft",
-	.policy_description = "heft tree policy"
+	.policy_name = "heft-ws",
+	.policy_description = "heft + ws scheduler"
 };
 \endcode