Skip to content

vtkPIOReader: fix hang during parallel execution of reader

Cory Quammen requested to merge cory.quammen/vtk:pio-parallel-read-fix into master

vtkPIOReader did not advertise to the pipeline that it could run in parallel. Fixed that by setting the CAN_HANDLE_PIECE_REQUEST() information key in the output info during RequestInformation().

Backport: paraview/release

Merge request reports