瀏覽代碼

pheft & peager + contexts

Andra Hugo 11 年之前
父節點
當前提交
e74511cd3a
共有 1 個文件被更改,包括 5 次插入2 次删除
  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