Hi!
I´m not sure if I understood well how Paraview is working in parallel mode:
I have started Paraview in client/server mode, i.e. with 
mpirun -np 8 ./pvserver
and then I started the client and connected. 

I´m not sure how this works with filters: I´ve written a few filters, and when 
I run Paraview in parallel, is the filter parallelized as well, automatically? 
That on every piece of data the filter is applied separately and necessary data 
of other pieces is send there by mpi? Or is the filter computed on a single 
node and I have to change something in order to make it work parallel?
Applying the ProcessId-Filter on the output of my filter, it says that it was 
computed separately on every piece of dataset, I´m just wondering, because the 
filter uses the whole dataset to compute the desired output.. 

thx for explaining,
Natalie


_________________________________________________________________
¿Quieres cuidarte y estar bien? Conoce MSN Salud y Bienestar
http://salud.latam.msn.com/ 
_______________________________________________
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

Reply via email to