Sorry,  I can&#39;t give you a guess what the problem might be.  Double check that you used the same source to compile paraview and pvserver on the various machines, and the same mpi library versions.  Is one machine 32 bit and one 64 bit?  Does paraview work as expected if you create objects from the Sources menu?<br>
<br>Pat<br><br><div class="gmail_quote">On Fri, Jul 24, 2009 at 1:43 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, Jul 24, 2009 at 1:13 PM, pat marion&lt;<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>&gt; wrote:<br>
&gt; 1) Try sshing to the machine and launching a program like glxgears or<br>
&gt; xeyes.  Probably won&#39;t work, right?  Now try:<br>
&gt;<br>
&gt; ssh remote-machine<br>
&gt; export DISPLAY=:0<br>
&gt; xeyes<br>
&gt;<br>
&gt; Now does it work?  If so, try adding -x DISPLAY to your mpirun command, you<br>
&gt; can read about this in the mpirun man page.<br>
&gt;<br>
&gt; 2)  Each pvserver process is looking in the filesystem for the data.<br>
&gt; Usually people use a parallel filesystem like lustre<br>
&gt; (<a href="http://en.wikipedia.org/wiki/Lustre_%28file_system%29" target="_blank">http://en.wikipedia.org/wiki/Lustre_(file_system)</a> so that all the machines<br>
&gt; in the cluster have access to the same files, but you can also duplicate the<br>
&gt; file on each machine.  It must have the same path name on each machine.<br>
&gt;<br>
&gt; Pat<br>
<br>
<br>
</div>Thanks Pat, I put the data in the same directory on both machines and<br>
it got past the &quot;error opening file&quot; error. However, now when I try to<br>
open the data I get these errors in the terminal:<br>
<br>
[sgi6110:06921] *** Process received signal ***<br>
[sgi6110:06921] Signal: Segmentation fault (11)<br>
[sgi6110:06921] Signal code: Address not mapped (1)<br>
[sgi6110:06921] Failing at address: 0x7f051317f8<br>
[sgi6110:06921] [ 0] /lib64/tls/libpthread.so.0 [0x3aec10c5b0]<br>
[sgi6110:06921] [ 1]<br>
/usr/local/lib/libopen-pal.so.0(opal_memory_ptmalloc2_int_malloc+0x785)<br>
[0x2a959b9565]<br>
[sgi6110:06921] [ 2] /usr/local/lib/libopen-pal.so.0 [0x2a959ba01a]<br>
<br>
etc etc (if you need the whole thing, I&#39;ll send it, but there are 30<br>
lines like this, ending with:<br>
<br>
[sgi6110:06921] [29]<br>
pvserver(_ZN26vtkClientServerInterpreter20ProcessCommandInvokeERK21vtkClientServerStreami+0x134)<br>
[0x201aa7e]<br>
[sgi6110:06921] *** End of error message ***<br>
--------------------------------------------------------------------------<br>
mpirun noticed that process rank 1 with PID 6921 on node<br>
<a href="http://sgi6110.ecse.rpi.edu" target="_blank">sgi6110.ecse.rpi.edu</a> exited on signal 11 (Segmentation fault).<br>
<br>
<br>
And these errors in the paraview output messages:<br>
------------------------<br>
<br>
ERROR: In /home/doriad/src/ParaView3/Servers/Common/vtkServerConnection.cxx,<br>
line 67<br>
vtkServerConnection (0xa8800b0): Server Connection Closed!<br>
<br>
<br>
ERROR: In /home/doriad/src/ParaView3/Servers/ServerManager/vtkSMArraySelectionInformationHelper.cxx,<br>
line 79<br>
vtkSMArraySelectionInformationHelper (0xa90eb70): Error getting array<br>
settings from server.<br>
<br>
Any thoughts?<br>
<div><div></div><div class="h5"><br>
Thanks,<br>
<br>
David<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">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" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>