<br><font size=2 face="sans-serif">Thanks Sean,</font>
<br>
<br><font size=2 face="sans-serif">The DISPLAY variable was not read in ~/.bashrc because this file began with a line</font>
<br><font size=2 face="sans-serif">telling to do nothing if the shell was not run interactively.</font>
<br>
<br><font size=2 face="sans-serif">As mpich uses rsh, a not interactive shell, the rest of the file was not read, and the DISPLAY variable not set.</font>
<br>
<br><font size=2 face="sans-serif">Just comment the line and everything works fine.</font>
<br>
<br><font size=2 face="sans-serif">Alain Senot</font>
<br>
<br>
<br><font size=2 face="Courier New">&gt;Message: 5<br>
&gt;Date: Thu, 06 Jul 2006 08:54:56 -0500<br>
&gt;From: &quot;Sean Ziegeler, Contractor&quot; &lt;seanzig.ctr@navo.hpc.mil&gt;<br>
&gt;Subject: Re: [Paraview] HW acceleration in client/server mode<br>
&gt;To: paraview@paraview.org<br>
&gt;Message-ID: &lt;1152194096.16261.127.camel@infinity.navo.hpc.mil&gt;<br>
&gt;Content-Type: text/plain<br>
&gt;<br>
&gt;You should check to be sure that you do indeed have DISPLAY set to :0.0<br>
&gt;on each node and that you have authority for the X-Servers. &nbsp;It sounds<br>
&gt;like your MPI configuration uses rsh to execute its processes, so to<br>
&gt;test this for some node, do the following:<br>
&gt;rsh somenode xlogo<br>
&gt;<br>
&gt;If DISPLAY really is :0.0, then the xlogo should appear on the display<br>
&gt;for that node (I'm assuming you have some way of verifying that node's<br>
&gt;video output). &nbsp;<br>
&gt;<br>
&gt;If you get a &quot;Can't open display: &quot; (with no display value after the<br>
&gt;color) error, then DISPLAY is not actually getting set. &nbsp;You'll have to<br>
&gt;be sure it is set in the appropriate .login/profile/cshrc/bashrc/etc for<br>
&gt;your shell, or you can pass environment variables on the mpirun command<br>
&gt;line.<br>
&gt;<br>
&gt;If you get a &quot;connection to :0.0 refused by server&quot; error, then you<br>
&gt;don't have authority for the X-Server. &nbsp;The quick fix is running &quot;xhost<br>
&gt;+&quot; or &quot;xhost +localhost&quot; from the console of each node. &nbsp;Or you can use<br>
&gt;xauth to gather the X-Authority data from each node (much more involved,<br>
&gt;but also more secure).<br>
&gt;<br>
&gt;-Sean</font>
<br>