Skip to content

Fixing parallel issue in vtkPExtractGrid filter.

Andrew Bauer requested to merge acbauer/vtk:parallel_extract_voi into master

One process was returning early from RequestData() while other processes were still doing work and then trying to do interprocess communication.

Merge request reports