Explorar o código

document starpu_bound_compute

Samuel Thibault %!s(int64=15) %!d(string=hai) anos
pai
achega
5138c6e17d
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      doc/starpu.texi

+ 3 - 1
doc/starpu.texi

@@ -1121,7 +1121,9 @@ call @code{starpu_bound_start}, and after complete execution, call
 @code{starpu_bound_print_mps} can then be used to output a Linear Programming
 @code{starpu_bound_print_mps} can then be used to output a Linear Programming
 problem corresponding to the schedule of your tasks. Run it through
 problem corresponding to the schedule of your tasks. Run it through
 @code{lp_solve} or any other linear programming solver, and that will give you a
 @code{lp_solve} or any other linear programming solver, and that will give you a
-lower bound for the total execution time of your tasks.
+lower bound for the total execution time of your tasks. If StarPU was compiled
+with the glpk library installed, starpu_bound_compute can be used to solve it
+immediately and get the optimized minimum.
 
 
 Note that this is not taking into account task dependencies and data
 Note that this is not taking into account task dependencies and data
 transfers. It only takes into account the actual computations on processing
 transfers. It only takes into account the actual computations on processing