<HTML>
<HEAD>
<TITLE>Re: [Paraview] Parallel ParaView: inexplicable results.</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>(Replying back to ParaView list).<BR>
<BR>
I was not suggesting that your file system has anything to do with D3. &nbsp;D3 never accesses your file system. &nbsp;What I was saying was that the only thing I can think of that might be wrong is that perhaps there is something wrong with the reader. &nbsp;Perhaps the reader is reading the same data on every processes instead of reading a piece of the data on each process. &nbsp;Then, perhaps, D3 is having trouble realizing that all the data is replicated. &nbsp;This is just speculation, though.<BR>
<BR>
What does it look like when you run the Process Id filter <I>before</I> D3?<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 9/25/09 6:28 AM, &quot;Martin Aunskj&aelig;r&quot; &lt;<a href="maaudk@yahoo.dk">maaudk@yahoo.dk</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Thank you for your reply.<BR>
<BR>
We did build PV 3.6.1 with OSMesa using Mesa-7.5.1 but were unable to make it work. As far as I remember PV would not launch on remote nodes, and we gave up on figuring out why. I do not recall the specifics of the problem. Also, since every node in the cluster does have rendering hardware, OSMesa should be a last resort anyway.<BR>
<BR>
The data is initially replicated everywhere in that it is present in a folder on the node where the client runs and this folder is exported via NFS to all other nodes. I do not understand why this should confuse D3, at least I would expect any confusion to be the same in either case ?<BR>
<BR>
Martin Ausnkjaer<BR>
<BR>
--- Den tors 24/9/09 skrev Moreland, Kenneth &lt;<a href="kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;:<BR>
<BR>
&gt; Fra: Moreland, Kenneth &lt;<a href="kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;<BR>
&gt; Emne: Re: [Paraview] Parallel ParaView: inexplicable results.<BR>
&gt; Til: &quot;Martin Aunskj&aelig;r&quot; &lt;<a href="maaudk@yahoo.dk">maaudk@yahoo.dk</a>&gt;, &quot;<a href="paraview@paraview.org">paraview@paraview.org</a>&quot; &lt;<a href="paraview@paraview.org">paraview@paraview.org</a>&gt;<BR>
&gt; Dato: torsdag 24. september 2009 18.02<BR>
&gt;<BR>
&gt;<BR>
&gt; Re: [Paraview] Parallel ParaView: inexplicable<BR>
&gt; results.<BR>
&gt;<BR>
&gt; <BR>
&gt; Why is OSMesa not an option?<BR>
&gt;  Mesa 3D is free and it compiles just about<BR>
&gt; everywhere.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; The IceT errors you are getting are actually probably<BR>
&gt; caused by you having different resolutions on the local X<BR>
&gt; servers.  Specifically, the X server on node 0 probably<BR>
&gt; has a larger resolution than at least one of the other X<BR>
&gt; servers.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; I cannot think of a reason why D3 would behave differently<BR>
&gt; between case 1 and 2.  As far as the filter execution<BR>
&gt; is concerned, the two cases should be the same.  Could<BR>
&gt; it be that your data is initially replicated everywhere and<BR>
&gt; that D3 is somehow not able to combine co-located points?<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; -Ken<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; On 9/23/09 11:36 PM, &quot;Martin Aunskj&aelig;r&quot;<BR>
&gt; &lt;<a href="maaudk@yahoo.dk">maaudk@yahoo.dk</a>&gt; wrote:<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; I am getting<BR>
&gt; the infamous warning<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; &quot;Display is not accessible on the server side.<BR>
&gt;<BR>
&gt; Remote rendering will be disabled.&quot;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; whenever I start PV in client/server mode. This is because<BR>
&gt; the remote pvservers cannot connect to the local X servers.<BR>
&gt; The only way I have been able to get rid of it is to<BR>
&gt; physically log in to each remote node before I establish the<BR>
&gt; client/server connection (OSMesa not an option). Now, I can<BR>
&gt; either choose to do that (case 1), or I can choose to accept<BR>
&gt; the above warning and tolerate that only data processing<BR>
&gt; will be parallel - rendering will be done locally on the<BR>
&gt; client (case 2).<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; I have observed that the following procedure produces<BR>
&gt; different results in case 1 and 2:<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Start client/server using reverse connect.<BR>
&gt;<BR>
&gt; Load data set.<BR>
&gt;<BR>
&gt; Apply D3 filter.<BR>
&gt;<BR>
&gt; Apply ProcessId filter.<BR>
&gt;<BR>
&gt; Adjust color map resolution to equal number of pvserver<BR>
&gt; nodes.<BR>
&gt;<BR>
&gt; Color data set with process id.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Case 1:<BR>
&gt;<BR>
&gt; -------<BR>
&gt;<BR>
&gt; The whole data set is colored with process 0 color.<BR>
&gt;<BR>
&gt; The pvserver continuosly spits out:<BR>
&gt;<BR>
&gt; ICET,0:ERROR: Sizes of src and dest do not agree.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Case 2:<BR>
&gt;<BR>
&gt; -------<BR>
&gt;<BR>
&gt; Data set colored as expected showing equal distribution of<BR>
&gt; data between nodes.<BR>
&gt;<BR>
&gt; pvserver spits out:<BR>
&gt;<BR>
&gt; No protocol specified.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; In both cases Remote Rendering Threshold is on and set to 0<BR>
&gt; MB.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; The ICET error is likely caused by different screen<BR>
&gt; resolutions on servers and client. It is not possible for me<BR>
&gt; to have the same resolution everywhere.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; The 'No protocol specified' is due to the missing X<BR>
&gt; server connection, so this is expected.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Why is case 1 different from case 2 - is it because of the<BR>
&gt; ICET error ?<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; A few details:<BR>
&gt;<BR>
&gt; --------------<BR>
&gt;<BR>
&gt; ParaView 3.6.1 Release build from sources.<BR>
&gt;<BR>
&gt; Data set size 111 MB.<BR>
&gt;<BR>
&gt; VTK_MPI_MAX_NUMPROCS:STRING=32<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;       ___________________________________________________________<BR>
&gt;<BR>
&gt; Skal du k&oslash;be ny bil? Sammenlign priser p&aring;<BR>
&gt; brugte biler med Kelkoo og find et godt tilbud! - Se mere<BR>
&gt; her <a href="http://dk.yahoo.com/r/pat/mmb">http://dk.yahoo.com/r/pat/mmb</a><BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt;<BR>
&gt; Powered by www.kitware.com<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Please keep messages on-topic and check the ParaView Wiki<BR>
&gt; at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt;<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;    ****<BR>
&gt;      Kenneth Moreland<BR>
&gt;<BR>
&gt;     ***<BR>
&gt;      Sandia National Laboratories<BR>
&gt;<BR>
&gt; ***********  <BR>
&gt;<BR>
&gt; *** *** ***  email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
&gt;<BR>
&gt; **  ***  **  phone: (505) 844-8919<BR>
&gt;<BR>
&gt;     ***<BR>
&gt;      web:   <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; <BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;________________________________________________________<BR>
Audi, Fiat, Peugeot, Skoda, Porsche, Toyota, Ford - Kelkoo har brugte biler til en hver smag! Klik her for at sammenligne priser.(<a href="http://dk.yahoo.com/r/pat/mmb">http://dk.yahoo.com/r/pat/mmb</a>)<BR>
<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>