Browse Source

pheft & peager + contexts

Andra Hugo 11 years ago
parent
commit
e74511cd3a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      doc/doxygen/chapters/optimize_performance.doxy

+ 5 - 2
doc/doxygen/chapters/optimize_performance.doxy

@@ -171,10 +171,13 @@ The <b>heft</b> (heterogeneous earliest finish time) scheduler is deprecated. It
 is now just an alias for <b>dmda</b>.
 
 The <b>pheft</b> (parallel HEFT) scheduler is similar to heft, it also supports
-parallel tasks (still experimental).
+parallel tasks (still experimental). Should not be used when several contexts using
+it are being executed simultaneously.
 
 The <b>peager</b> (parallel eager) scheduler is similar to eager, it also
-supports parallel tasks (still experimental).
+supports parallel tasks (still experimental). Should not be used when several 
+contexts using it are being executed simultaneously.
+
 
 \section PerformanceModelCalibration Performance Model Calibration