<HTML>
<HEAD>
<TITLE>Re: [Paraview] Tiled display with multi-gpu.</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>That&#8217;s basically what Utkarsh meant by needing to set up the environment correctly. &nbsp;Typically the GPU used is determined by the DISPLAY environment variable. &nbsp;&#8220;:0&#8221; is typically the first GPU and &#8220;:1&#8221; is typically the second GPU. &nbsp;You need to launch pvserver such that node 0 gets :0 for the DISPLAY env variable (or &#8211;display flag) and node 1 gets :1.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 4/20/09 8:39 AM, &quot;Omkaranathan&quot; &lt;<a href="omkaranathan@darshan3d.com">omkaranathan@darshan3d.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi Utkarsh,<BR>
<BR>
Thanks for the response.<BR>
The suggested command line creates two seperate processes and devides the data properly, but I'm getting both the tiles in the same display(connected to first GPU).<BR>
<BR>
-Om<BR>
<BR>
Utkarsh Ayachit wrote: <BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> <BR>
Yes, just run pvserver as follows:<BR>
<BR>
mpirun -np 2 pvserver -tdx=2<BR>
<BR>
Of course, you'll have to build your own MPI enabled ParaView (you<BR>
cannot use the binaries provided by on www.paraview.org &lt;<a href="http://www.paraview.org">http://www.paraview.org</a>&gt; ). You'll have<BR>
to ensure that the environment is set up correctly so that each<BR>
pvserver processes gets the right display etc.<BR>
<BR>
Utkarsh<BR>
<BR>
On Mon, Apr 20, 2009 at 8:08 AM, Omkaranathan<BR>
&lt;<a href="omkaranathan@darshan3d.com">omkaranathan@darshan3d.com</a>&gt; &lt;<a href="mailto:omkaranathan@darshan3d.com">mailto:omkaranathan@darshan3d.com</a>&gt; &nbsp;wrote:<BR>
&nbsp;&nbsp;<BR>
&nbsp;<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> <BR>
Hi,<BR>
<BR>
Is it possible to achieve tiled display using a single dual-gpu machine<BR>
which can drive 4 displays? I have read that the number of servers should<BR>
atleast be equal to number of tiles.<BR>
Can paraview be configued to have atleast a 2x1 tiled display with 2 GPUs?<BR>
<BR>
Thanks<BR>
Omkaranathan<BR>
<BR>
_______________________________________________<BR>
Powered by www.kitware.com &lt;<a href="http://www.kitware.com">http://www.kitware.com</a>&gt; <BR>
<BR>
Visit other Kitware open-source projects at<BR>
<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:<BR>
<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>
&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&nbsp;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> <BR>
<BR>
<BR>
&nbsp;&nbsp;<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="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:7.5pt'><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>