View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014151VTK(No Category)public2013-06-27 11:132016-08-12 09:55
ReporterSebastien Jourdain 
Assigned ToBerk Geveci 
PrioritynoneSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0014151: VTK Executive model is bogus in parallel for structured data
DescriptionHere is the description of the expected behavior of the executive.

In case of execution, parallel or not, if a filter fails (RequestData return 0), the executive should NOT try to re-execute it unless the MTime of the filter has change or if its input has changed.

Currently, a second execution happen because the executive thinks that a different extent request has been made, while in fact, the only reason for that was that no data was produced during the first pass and therefore the data extent and the request extent still don't match.

---- Moreover ----

In case of extent smaller than the number of partitions that needs to be made, the executive will decide to not execute on some of the processes and if the filter rely on MPI to exchange some informations, we run into dead locks.

Although, this use case will only show up in case of failure when (RequestData return 0) as the first pass will ALWAYS occurs on all the processes due to the MTime.

-------

The purpose of that bug is not to try to solve it right away but mostly to keep those issue in mind when designing/improving the pipeline implementation.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031233)
Dave DeMarle (administrator)
2013-07-22 20:02

moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.
(0037303)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2013-06-27 11:13 Sebastien Jourdain New Issue
2013-06-27 11:13 Sebastien Jourdain Status backlog => tabled
2013-06-27 11:13 Sebastien Jourdain Assigned To => Berk Geveci
2013-07-22 20:02 Dave DeMarle Status tabled => backlog
2013-07-22 20:02 Dave DeMarle Note Added: 0031233
2016-08-12 09:55 Kitware Robot Note Added: 0037303
2016-08-12 09:55 Kitware Robot Status backlog => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team