You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be able , to order the processing steps, which can be executed parallel.
E.g. Steps a,b,c can be executed parallel:
Manually specified execution order:
1.Step b
2.a,c in an arbitrary order or even parallel
Should only be possible in GUI or be a part of the YAML-file?? (e.g. instruction like: Step b, before a,c)
Comments
mila-brandt on 2015-07-04T17:40:51.000Z:
Assignee removed
cebe on 2015-07-05T20:15:29.000Z:
Removed ~981 label
cebe on 2015-07-05T20:16:59.000Z:
has to be part of the yaml file also because it has to survive if program is closed.
cebe on 2015-07-06T12:02:50.000Z:
Could be solved by running different threads for modules which can run in parallel.
If that is not easy to implement, a workaround for the image display modules could be that they have an output which is equal to the input image but creates a dependency that defines the execution order.
This issue has been imported from gitlab.
Description
It should be able , to order the processing steps, which can be executed parallel.
E.g. Steps a,b,c can be executed parallel:
Manually specified execution order:
1.Step b
2.a,c in an arbitrary order or even parallel
Should only be possible in GUI or be a part of the YAML-file?? (e.g. instruction like: Step b, before a,c)
Comments
mila-brandt on 2015-07-04T17:40:51.000Z:
Assignee removed
cebe on 2015-07-05T20:15:29.000Z:
Removed ~981 label
cebe on 2015-07-05T20:16:59.000Z:
has to be part of the yaml file also because it has to survive if program is closed.
cebe on 2015-07-06T12:02:50.000Z:
Could be solved by running different threads for modules which can run in parallel.
If that is not easy to implement, a workaround for the image display modules could be that they have an output which is equal to the input image but creates a dependency that defines the execution order.
cebe on 2015-07-06T18:24:46.000Z:
Milestone changed to Final Presentation
cebe on 2015-07-06T18:28:18.000Z:
related to #84
The text was updated successfully, but these errors were encountered: