[Paraview] Distributed and parallel processing

David E DeMarle dave.demarle at kitware.com
Wed Aug 1 13:03:55 EDT 2007


Hi Patricia,

When you run paraview(in 2.x) or pvserver(2.x or 3.x) though MPI, the
servermanager makes sure that when your reader is instantiated, one copy is
started for every processor in the MPI group. The portion of the data that
each copy is responsible for reading is a function of its process rank. The
way that is done is to look at the request information to find what
pieces/extents it is needs to produce.

Looking at VTK/Parallel/vtkPDataSetReader.cxx may be helpful.

cheers
Dave DeMarle

On 8/1/07, Patrícia Sato <psato1 at gmail.com> wrote:
>
> Hi everybody
>
> I have a question about distributed and parallel processing at ParaView:
> when we create a new filter/reader, how is it repassed to the different
> machines so that the distributed processing can occur?
>
> Thanks
> Patricia Sato
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070801/9de92419/attachment.htm


More information about the ParaView mailing list