I am trying to develop a parallel plugin using vtkpythonalgorithmbase. This plugin is a parallel source which reads the raw simulation data. Further, it is a parallel, i.e, each processor reads its part of the data and UpdataExtent() key is updated accordingly.
However, I am some issues when running paraview in client sever mode, where pvserver is run on multiple processors, only the processor 0 is calling RequestData and rest of processors are not going past RequestInformation.
I have attached the plugin below. Any help is appreciated. Thanks in advance