Browse Source

Document that the regenerate flag must be set before adding task dependencies

Samuel Thibault 10 years ago
parent
commit
117fa2424c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/doxygen/chapters/api/codelet_and_tasks.doxy

+ 2 - 1
doc/doxygen/chapters/api/codelet_and_tasks.doxy

@@ -585,7 +585,8 @@ will not free any task.
 \var unsigned starpu_task::regenerate
 Optional field. If this flag is set, the task will be re-submitted to
 StarPU once it has been executed. This flag must not be set if the
-flag starpu_task::destroy is set.
+flag starpu_task::destroy is set. This flag must be set before making another
+task depend on this one.
 
 \var enum starpu_task_status starpu_task::status
 Optional field. Current state of the task.