Hi Moreland,<br><br>As i said when i tried running paraview on the tiled display with 6 procesors only everything worked right. I could see perfectly each model loaded on Paraview on the Tiled Display, even glgears i tested and run correctly on each screen. Now i corrected the Paraview&#39;s host file and it looks like this.<br>
<br>192.168.51.136 slots=4<br>192.168.51.134 slots=4<br>192.168.51.132 slots=4<br>192.168.51.135 slots=4<br>192.168.51.133 slots=4<br>192.168.51.131 slots=4<br><br>Each of the six computers comforming the cluster has 4 slots available meaning a total of 24 processors running in parallel. 192.168.51.136 is the first screen, 192.168.51.134 the second and so on... When i run the command with np 24 then the mapping on each screen is incorrect, as it 136 was no longer associated with process 0 and so on. So at the end you see the model but the correspondance between the tiles and process is incorrect. I don&#39;t know if i am specifying wrong the arguments tdx and tdy as tdx=3 and tdy=2 and 3*2=6 which is different to 24...maybe there is something i am going over which is causing the incorrect mapping. <br>
<br><br><div class="gmail_quote">2009/2/2 Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I knew I should have looked it up before responding :), I stand corrected.<br>
<div><div></div><div class="Wj3C7c"><br>
On Mon, Feb 2, 2009 at 1:00 PM, Moreland, Kenneth &lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt; wrote:<br>
&gt; Sorry, but that&#39;s not true at all. &nbsp;It is in fact encouraged to have more<br>
&gt; processors than tiles when driving a tiled display. &nbsp;All the processors,<br>
&gt; even the non-display ones, will be involved in the processing and parallel<br>
&gt; rendering work.<br>
&gt;<br>
&gt; -Ken<br>
&gt;<br>
&gt;<br>
&gt; On 1/30/09 11:43 AM, &quot;Utkarsh Ayachit&quot; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;<br>
&gt; The number of processes must match the number of tiles (num of tiles =<br>
&gt; tdx * tdy). In your case you have 8 processes are only 2*1 = 3 tiles?<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Fri, Jan 30, 2009 at 10:21 AM, Camilo Marin<br>
&gt; &lt;<a href="mailto:igetmyjunkmailhere@gmail.com">igetmyjunkmailhere@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; We are trying to configure and run Paraview 3.4.0 on a tiled display with<br>
&gt;&gt; the following command:<br>
&gt;&gt;<br>
&gt;&gt; mpirun -np 8 --mca btl ^openib,udapl --mca btl_tcp_if_exclude lo<br>
&gt;&gt; --hostfile<br>
&gt;&gt; /home/imagine/ParaView/hosts /bin/env DISPLAY=:0<br>
&gt;&gt; ~/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/bin/pvserver<br>
&gt;&gt; --server-port=1100 -tdx=1 -tdy=2<br>
&gt;&gt;<br>
&gt;&gt; Then when we connect throught the paraview client it doesn&#39;t show in the<br>
&gt;&gt; two<br>
&gt;&gt; displays we requested.<br>
&gt;&gt;<br>
&gt;&gt; So, is there a guideline or some kind of command/configuration we are<br>
&gt;&gt; missing so it can be displayed as wished?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thnaks in advance.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; ParaView mailing list<br>
&gt;&gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; ParaView mailing list<br>
&gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;**** &nbsp; &nbsp; &nbsp;Kenneth Moreland<br>
&gt; &nbsp; &nbsp; *** &nbsp; &nbsp; &nbsp;Sandia National Laboratories<br>
&gt; ***********<br>
&gt; *** *** *** &nbsp;email: <a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a><br>
&gt; ** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<br>
&gt; &nbsp; &nbsp; *** &nbsp; &nbsp; &nbsp;web: &nbsp; <a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/~kmorel</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>