<HTML>
<HEAD>
<TITLE>Re: [Paraview] problem starting the pvserver</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I am a bit confused by your question. &nbsp;Are you saying the first example works and the second does not? &nbsp;I am also confused by what you are trying to set up. &nbsp;Are you trying to run the server on one of your machines and the client on the other, or are you trying to run a parallel server using both machines?<BR>
<BR>
In the second example, it looks like your OpenMPI install is messed up. &nbsp;In the 4th line (1st error), it complains about not finding orted, which is a daemon that the OpenMPI version of mpirun uses to launch processes. &nbsp;It does not look like pvserver is being run at all.<BR>
<BR>
I cannot claim to have a lot of experience in setting up MPI installs, especially ones on heterogeneous nodes like you are setting up. &nbsp;My advice would be to first make sure that you can launch a job &#8220;locally&#8221; on each machine, then try to launch a job only one the opposite computer (i.e. launch only on the 32 bit machine from the 64 bit machine and vice versa), and then finally launch a single job on both.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 11/6/08 1:32 AM, &quot;yewyong&quot; &lt;<a href="uyong81@gmail.com">uyong81@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
i managed to compile the paraview 3.4.0 in both a 64bit dual core machine and a 32bit quad core machine.<BR>
having trouble starting the pvserver when linking 2 machines. Below are the konsole lines..<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><I><a href="yewyong@frodo:~/installer/ParaView-3.4.0_build/bin">yewyong@frodo:~/installer/ParaView-3.4.0_build/bin</a>&gt; ../../openmpi-1.2.8_build/bin/mpirun -hostfile ../../openmpi-1.2.8_build/etc/frodo -np 2 ./pvserver --use-offscreen-rendering<BR>
Listen on port: 11111<BR>
Waiting for client...<BR>
^Cmpirun: killing job...<BR>
</I><BR>
<I>mpirun noticed that job rank 0 with PID 27000 on node 192.168.0.16 &lt;<a href="http://192.168.0.16">http://192.168.0.16</a>&gt; &nbsp;exited on signal 15 (Terminated).<BR>
1 additional process aborted (not shown)<BR>
</I></SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
everything looks good when there is no linking of 2 machines. (this is the 64bit dual core machine)<BR>
but,<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><I><a href="yewyong@frodo:~/installer/ParaView-3.4.0_build/bin">yewyong@frodo:~/installer/ParaView-3.4.0_build/bin</a>&gt; ../../openmpi-1.2.8_build/bin/mpirun -hostfile ../../openmpi-1.2.8_build/etc/frodo_quadcore -np 6 ./pvserver --use-offscreen-rendering<BR>
Password:<BR>
bash: orted: command not found<BR>
[frodo:27009] [0,0,0] ORTE_ERROR_LOG: Timeout in file base/pls_base_orted_cmds.c at line 275<BR>
[frodo:27009] [0,0,0] ORTE_ERROR_LOG: Timeout in file pls_rsh_module.c at line 1166<BR>
[frodo:27009] [0,0,0] ORTE_ERROR_LOG: Timeout in file errmgr_hnp.c at line 90<BR>
[frodo:27009] ERROR: A daemon on node 192.168.0.10 &lt;<a href="http://192.168.0.10">http://192.168.0.10</a>&gt; &nbsp;failed to start as expected.<BR>
[frodo:27009] ERROR: There may be more information available from<BR>
[frodo:27009] ERROR: the remote shell (see above).<BR>
[frodo:27009] ERROR: The daemon exited unexpectedly with status 127.<BR>
[frodo:27009] [0,0,0] ORTE_ERROR_LOG: Timeout in file base/pls_base_orted_cmds.c at line 188<BR>
[frodo:27009] [0,0,0] ORTE_ERROR_LOG: Timeout in file pls_rsh_module.c at line 1198<BR>
--------------------------------------------------------------------------<BR>
mpirun was unable to cleanly terminate the daemons for this job. Returned value Timeout instead of ORTE_SUCCESS.<BR>
--------------------------------------------------------------------------<BR>
</I></SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
i can't start the pvserver when involving 2 machines.<BR>
192.168.0.16 &lt;<a href="http://192.168.0.16">http://192.168.0.16</a>&gt; &nbsp;= 64bit dual core<BR>
192.168.0.10 &lt;<a href="http://192.168.0.10">http://192.168.0.10</a>&gt; &nbsp;= 32bit quad core<BR>
<BR>
Anyone faced this before? <BR>
Thanks in advance for helping.<BR>
<BR>
Cheers,<BR>
yewyong<BR>
VRC UM <BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<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;fax: &nbsp;&nbsp;(505) 845-0833<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>