<HTML>
<HEAD>
<TITLE>Re: [Paraview] Parallel Paraview</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>In brief, the cells of the data are distributed amongst the processes, and each process runs your algorithm on its local piece. &nbsp;Algorithms that perform per-cell or per-point operations usually work without any communication (assuming the request and receive any necessary ghost cells).<BR>
<BR>
You can read more in Chapter 13 of the ParaView book or in the latest SC tutorial that is posted on the ParaView Wiki.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 3/4/09 8:26 AM, &quot;Natalie Happenhofer&quot; &lt;<a href="nataliehapp@hotmail.com">nataliehapp@hotmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Hi!<BR>
I&acute;m not sure if I understood well how Paraview is working in parallel mode:<BR>
I have started Paraview in client/server mode, i.e. with <BR>
mpirun -np 8 ./pvserver<BR>
and then I started the client and connected. <BR>
<BR>
I&acute;m not sure how this works with filters: I&acute;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?<BR>
Applying the ProcessId-Filter on the output of my filter, it says that it was computed separately on every piece of dataset, I&acute;m just wondering, because the filter uses the whole dataset to compute the desired output.. <BR>
<BR>
thx for explaining,<BR>
Natalie<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="100%">Hay un nuevo Messenger que tienes que conocer... &iexcl;Mira las novedades! &lt;<a href="http://www.nuevomessenger2009.com/">http://www.nuevomessenger2009.com/</a>&gt; <BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT><SPAN STYLE='font-size:10pt'><FONT FACE="Consolas, Courier New, Courier"><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</FONT></SPAN></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>