<HTML>
<HEAD>
<TITLE>Re: [Paraview] Paraview on a tiled display</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>OK, if I understand correctly, you have 6 nodes with 4 processors per node. &nbsp;You want to launch a job with 4 processes per node (one per processor). &nbsp;When you do that, the first 4 processes are assigned to one node, and all try to create their own tile on the same node because ParaView assumes that you have arranged the first 6 processes on the display nodes.<BR>
<BR>
Each implementation of MPI has its own way of specifying how to assign the processes in your job. &nbsp;You have not said, but it looks like you are using OpenMPI. &nbsp;You might want to try the &#8211;bynode flag to mpirun. &nbsp;This flag is supposed to interleave the process allocation amongst nodes. &nbsp;Thus, 136 should get process 0, 6, 12, and 18; 134 should get processes 1, 7, 13, and 19; and so on.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 2/3/09 8:04 AM, &quot;Camilo Marin&quot; &lt;<a href="igetmyjunkmailhere@gmail.com">igetmyjunkmailhere@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>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'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'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>
2009/2/2 Utkarsh Ayachit &lt;<a href="utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I knew I should have looked it up before responding :), I stand corrected.<BR>
<BR>
On Mon, Feb 2, 2009 at 1:00 PM, Moreland, Kenneth &lt;<a href="kmorel@sandia.gov">kmorel@sandia.gov</a>&gt; wrote:<BR>
&gt; Sorry, but that'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="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="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'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="ParaView@paraview.org">ParaView@paraview.org</a><BR>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">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="ParaView@paraview.org">ParaView@paraview.org</a><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; &nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
&gt; ***********<BR>
&gt; *** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
&gt; ** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&gt; &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> &lt;<a href="http://www.cs.unm.edu/%7Ekmorel">http://www.cs.unm.edu/%7Ekmorel</a>&gt; <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>