Browse Source

Advise to read existing schedulers

Samuel Thibault 9 years ago
parent
commit
570d20a263
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/doxygen/chapters/08scheduling.doxy

+ 5 - 0
doc/doxygen/chapters/08scheduling.doxy

@@ -212,6 +212,11 @@ if (task->cl)
     }
 \endcode
 
+And various queues can be used in schedulers. A variety of examples of
+schedulers can be read in <c>src/sched_policies</c>, for
+instance <c>random_policy.c</c>, <c>eager_central_policy.c</c>,
+<c>work_stealing_policy.c</c>
+
 \section GraphScheduling Graph-based scheduling
 
 For performance reasons, most of the schedulers shipped with StarPU use simple