Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely eewrite the msg::ptask example
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 9 Feb 2016 21:43:38 +0000 (22:43 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 9 Feb 2016 21:47:58 +0000 (22:47 +0100)
commitaab64d52aa5254ee3f16264bc3cf83896d5e3879
tree1f5113caa8f3a39403a4874d1e3a5c3b1305720c
parent3a5d9c005d8ff9357133dbf65af9743e49b1bb6f
Completely eewrite the msg::ptask example

- Examplify the parallel execution without communication
- Examplify the remote execution trick
- Kill test_ptask binary that was not any clearer and somehow redundent

Fixes #55, even if it rather reimplement what was proposed.
Sorry @glesserd and thanks for the PR anyway. Your feedback is precious.
examples/msg/parallel_task/CMakeLists.txt
examples/msg/parallel_task/parallel_task.c
examples/msg/parallel_task/parallel_task.tesh
examples/msg/parallel_task/test_ptask.c [deleted file]
examples/msg/parallel_task/test_ptask_deployment.xml [deleted file]