Forráskód Böngészése

mention that only associated tags are taking into accound for bound computation

Samuel Thibault 12 éve
szülő
commit
412aec4d27
1 módosított fájl, 4 hozzáadás és 2 törlés
  1. 4 2
      doc/chapters/advanced-examples.texi

+ 4 - 2
doc/chapters/advanced-examples.texi

@@ -456,8 +456,10 @@ solve it immediately and get the optimized minimum, in ms. Its @code{integer}
 parameter allows to decide whether integer resolution should be computed
 and returned too.
 
-The @code{deps} parameter tells StarPU whether to take tasks and implicit data
-dependencies into account. It must be understood that the linear programming
+The @code{deps} parameter tells StarPU whether to take tasks, implicit data, and tag
+dependencies into account. Tags released in a callback or similar
+are not taken into account, only tags associated with a task are.
+It must be understood that the linear programming
 problem size is quadratic with the number of tasks and thus the time to solve it
 will be very long, it could be minutes for just a few dozen tasks. You should
 probably use @code{lp_solve -timeout 1 test.pl -wmps test.mps} to convert the