<HTML>
<HEAD>
<TITLE>Re: [Paraview] parallel run filter operate on plane source</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Please don&#8217;t look at the plane source as an example for parallel processing. &nbsp;The plane source has no parallel processing. &nbsp;The plane source is designed to output a small amount of geometry. &nbsp;Trying to process this in parallel would just add overhead rather than provide any real benefit. &nbsp;If you are going to look at anything, please look at components that are actually designed to work with distributed partitioned data. &nbsp;Most of the sources are not designed this way because they typically generate small geometries. &nbsp;Many of the readers are designed for parallel processing.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 8/10/09 12:34 PM, &quot;Bam Ting&quot; &lt;<a href="bampingting@gmail.com">bampingting@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> I see no logic for this in the plane source. So this is something that happen behind the scene in pipeline execute? I guess it works like this: If a source say by way of key &quot;I produce piece 0 of 1&quot; and he is run in parallel if he is really piece n not 0 of m piece then RequestData is not called on him? I this correct?<BR>
<BR>
Thank you for the help! Appreciate much! <BR>
<BR>
On Mon, Aug 10, 2009 at 6:04 AM, Utkarsh Ayachit &lt;<a href="utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>You are almost correct. The keys don't cause the data to be transfered<BR>
from process 0, but it causes all processes to produce the full plane<BR>
data as if they were being run on a single processes. Trypically,<BR>
UPDATE_NUMBER_OF_PIECES corresponds to the number of processes, while<BR>
UPDATE_PIECE_NUMBER corresponds to the process index. By setting them<BR>
to 1 and 0 respectively, we are telling the source that we want the<BR>
entire dataset, not a piece of it.<BR>
<BR>
Utkarsh<BR>
<BR>
On Fri, Aug 7, 2009 at 4:47 PM, Bam Ting&lt;<a href="bampingting@gmail.com">bampingting@gmail.com</a>&gt; wrote:<BR>
&gt; I look more at how the distribute stream tracer work and learnt that it work<BR>
&gt; by setting: UPDATE_PIECE_NUMBER() to 0 and UPDATE_NUMBER_OF_PIECES to 1.<BR>
&gt; Apparently this cause data from process 0 to be transfer across network to<BR>
&gt; other process. I make a guess here, is that correct?<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; On Fri, Aug 7, 2009 at 12:45 PM, Bam Ting &lt;<a href="bampingting@gmail.com">bampingting@gmail.com</a>&gt; wrote:<BR>
&gt;&gt;<BR>
&gt;&gt; Forgive my misconception before! I am baffelt by how this work!<BR>
&gt;&gt;<BR>
&gt;&gt; I looked closer. I see plane source on my imput is empty! bounds 1 -1 ...<BR>
&gt;&gt; on all process except 0... so that answer something! before this I suppose<BR>
&gt;&gt; that the source must be duplicate on all process, because the class doc for<BR>
&gt;&gt; vtkPStreamTracer say thaat this must be so. Now I will like to know how does<BR>
&gt;&gt; filter such as distributed stream tracer work in this case (plane source is<BR>
&gt;&gt; empty on all imput except 0)? Web doc day seed points must be the same<BR>
&gt;&gt; across on all process? Can we explain how paraview works here?<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; On Fri, Aug 7, 2009 at 11:22 AM, Bam Ting &lt;<a href="bampingting@gmail.com">bampingting@gmail.com</a>&gt; wrote:<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Have some issue with a filter that operate on plane source when run with<BR>
&gt;&gt;&gt; more than a single process. Plane source on imput seem to be duplicated<BR>
&gt;&gt;&gt; identical on all processes (no problem), then my filter run and make a<BR>
&gt;&gt;&gt; shallow copy of the source and pass to output (problem start!). In the<BR>
&gt;&gt;&gt; spreadsheet view I see more points than I should in the output, + I add<BR>
&gt;&gt;&gt; point data I see more point data as well, I explore with spreadsheet view<BR>
&gt;&gt;&gt; show that unexpected point data all duplicate of expected.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; My question, how paraview handle source duplicated on all process? How<BR>
&gt;&gt;&gt; paraview can know that the data is duplicate for plane source? How does it<BR>
&gt;&gt;&gt; render such duplicate data? I seek to add some point data to plane source<BR>
&gt;&gt;&gt; and provide on the output. What I need to do in the filter to avoid the<BR>
&gt;&gt;&gt; issue?<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Powered by www.kitware.com &lt;<a href="http://www.kitware.com">http://www.kitware.com</a>&gt; <BR>
&gt;<BR>
&gt; Visit other Kitware open-source projects at<BR>
&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;<BR>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<BR>
&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;<BR>
&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;<BR>
&gt;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><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>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>