Mercurial > hg > GearsTemplate
changeset 333:4df30cbfb049 examples_directory
Add gears doc
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 19 Apr 2017 18:41:57 +0900 |
parents | 7741ef367e24 |
children | e46d9910640b d56343cb3382 |
files | doc/gears_structure.graffle src/parallel_execution/examples/calc.cbc |
diffstat | 2 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parallel_execution/examples/calc.cbc Tue Apr 18 19:00:23 2017 +0900 +++ b/src/parallel_execution/examples/calc.cbc Wed Apr 19 18:41:57 2017 +0900 @@ -116,6 +116,7 @@ task->odg = task->maxIdg; task->data[task->odg] = (union Data*)integer3; task->maxOdg = task->odg + 1; + taskManager->task = task; taskManager->next = C_createTask3; taskManager->data = (union Data*)integer1; goto meta(context, taskManager->taskManager->TaskManager.setWaitTask);