[Paraview] parallel filter question

David E DeMarle dave.demarle at kitware.com
Thu Mar 27 11:21:39 EDT 2014


Pretty much yeah. ParaView does interprocess communication as little as it
can.

Grep for vtkMPIController in ParaViewCore/VTKExtensions and
VTK/Filters/Parallel for examples of the mechanics of having parallel
filters communicate amongst themselves.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, Mar 27, 2014 at 11:00 AM, Vanmoer, Mark W <mvanmoer at illinois.edu>wrote:

>  Hi all, I'm actually new to nuts and bolts parallel programming, so this
> question might be a bit basic. I was re-reading section 13.4 of the
> ParaView Guide and wanted to clarify, is it correct to say that ParaView
> only does gathering for the image output that IceT is going to composite?
> That for filters that need to use any other data from the pipeline for
> non-image output, that gathering has to be done by hand?
>
>
>
> Mark
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140327/46aaa68b/attachment.html>


More information about the ParaView mailing list