<HTML>
<HEAD>
<TITLE>Re: [Paraview] Parallel ParaView: inexplicable results.</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Why is OSMesa not an option? &nbsp;Mesa 3D is free and it compiles just about everywhere.<BR>
<BR>
The IceT errors you are getting are actually probably caused by you having different resolutions on the local X servers. &nbsp;Specifically, the X server on node 0 probably has a larger resolution than at least one of the other X servers.<BR>
<BR>
I cannot think of a reason why D3 would behave differently between case 1 and 2. &nbsp;As far as the filter execution is concerned, the two cases should be the same. &nbsp;Could it be that your data is initially replicated everywhere and that D3 is somehow not able to combine co-located points?<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 9/23/09 11:36 PM, &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'>I am getting the infamous warning<BR>
<BR>
&quot;Display is not accessible on the server side.<BR>
Remote rendering will be disabled.&quot;<BR>
<BR>
whenever I start PV in client/server mode. This is because the remote pvservers cannot connect to the local X servers. The only way I have been able to get rid of it is to physically log in to each remote node before I establish the client/server connection (OSMesa not an option). Now, I can either choose to do that (case 1), or I can choose to accept the above warning and tolerate that only data processing will be parallel - rendering will be done locally on the client (case 2).<BR>
<BR>
I have observed that the following procedure produces different results in case 1 and 2:<BR>
<BR>
Start client/server using reverse connect.<BR>
Load data set.<BR>
Apply D3 filter.<BR>
Apply ProcessId filter.<BR>
Adjust color map resolution to equal number of pvserver nodes.<BR>
Color data set with process id.<BR>
<BR>
Case 1:<BR>
-------<BR>
The whole data set is colored with process 0 color.<BR>
The pvserver continuosly spits out:<BR>
ICET,0:ERROR: Sizes of src and dest do not agree.<BR>
<BR>
Case 2:<BR>
-------<BR>
Data set colored as expected showing equal distribution of data between nodes.<BR>
pvserver spits out:<BR>
No protocol specified.<BR>
<BR>
In both cases Remote Rendering Threshold is on and set to 0 MB.<BR>
<BR>
The ICET error is likely caused by different screen resolutions on servers and client. It is not possible for me to have the same resolution everywhere.<BR>
<BR>
The 'No protocol specified' is due to the missing X server connection, so this is expected.<BR>
<BR>
Why is case 1 different from case 2 - is it because of the ICET error ?<BR>
<BR>
<BR>
A few details:<BR>
--------------<BR>
ParaView 3.6.1 Release build from sources.<BR>
Data set size 111 MB.<BR>
VTK_MPI_MAX_NUMPROCS:STRING=32<BR>
<BR>
<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;___________________________________________________________<BR>
Skal du k&oslash;be ny bil? Sammenlign priser p&aring; brugte biler med Kelkoo og find et godt tilbud! - Se mere her <a href="http://dk.yahoo.com/r/pat/mmb">http://dk.yahoo.com/r/pat/mmb</a><BR>
_______________________________________________<BR>
Powered by www.kitware.com<BR>
<BR>
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>
<BR>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
<BR>
Follow this link to subscribe/unsubscribe:<BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</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>