瀏覽代碼

doc: explain scheduling cost in simulation

Luka Stanisic 8 年之前
父節點
當前提交
70f4c2737c
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      doc/doxygen/chapters/501_environment_variables.doxy

+ 3 - 2
doc/doxygen/chapters/501_environment_variables.doxy

@@ -642,9 +642,10 @@ especially regarding data transfers.
 <dd>
 \anchor STARPU_SIMGRID_SCHED_COST
 \addindex __env__STARPU_SIMGRID_SCHED_COST
-When set to 1 (which is the default), scheduling costs are taken into
+When set to 1 (0 is the default), scheduling costs are taken into
 account in simgrid mode. This provides more accurate simgrid predictions,
-and allows studying scheduling overhead of the runtime system.
+and allows studying scheduling overhead of the runtime system. However,
+it also makes simulation non-deterministic.
 </dd>
 
 </dl>