[Paraview] running parallel pvservers

Favre Jean jfavre at cscs.ch
Fri Jul 24 02:28:46 EDT 2015


putting the following code in your ScriptRequestInformation should tell ParaView that you can handle sub-divisions:

executive = self.GetExecutive ()
outInfo = executive.GetOutputInformation(0)
outInfo.Set(vtk.vtkAlgorithm.CAN_PRODUCE_SUB_EXTENT(), 1)

it is then up to you, to correctly handle UPDATE_EXTENT() and WHOLE_EXTENT() in your Script.

-----------------
Jean/CSCS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150724/aceedd8b/attachment.html>


More information about the ParaView mailing list