Explorar el Código

doc: explain scheduling cost in simulation

Luka Stanisic hace 9 años
padre
commit
70f4c2737c
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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>