<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>RE: [mpich-discuss] SMPD, Problem launching when using -host</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&nbsp;Hi,<BR>
&nbsp; Does it work if you specify the ipaddress of the machine instead of hostname (mpiexec -n 1 master : -host IPADDRESS_OF_roobarb -n 1 slave) ?<BR>
<BR>
Regards,<BR>
Jayesh<BR>
<BR>
-----Original Message-----<BR>
From: James S Perrin [<A HREF="mailto:james.s.perrin@manchester.ac.uk">mailto:james.s.perrin@manchester.ac.uk</A>]<BR>
Sent: Monday, October 06, 2008 5:18 AM<BR>
To: Jayesh Krishna<BR>
Cc: mpich-discuss@mcs.anl.gov<BR>
Subject: Re: [mpich-discuss] SMPD, Problem launching when using -host<BR>
<BR>
Hi,<BR>
<BR>
Jayesh Krishna wrote:<BR>
&gt;&nbsp; Hi,<BR>
&gt;<BR>
&gt;&nbsp; &gt;&gt; mpiexec -n 1 -host roobarb master : -n 1 slave<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The command above(&quot;-host&quot; option specified for only one<BR>
&gt; executable) works for me. What is the error message that you get<BR>
&gt; (Provide us with the snapshot of your command and the error output. It<BR>
&gt; would also help us if you provide more details - Is roobarb a remote<BR>
&gt; machine ? etc) ?<BR>
<BR>
The error is:<BR>
<BR>
[0] PMI_Init failed: FAIL - init called when another process has exited without calling init Fatal error in MPI_Init_thread: Other MPI error, error stack:<BR>
MPIR_Init_thread(294): Initialization failed<BR>
MPID_Init(82)........: channel initialization failed<BR>
MPID_Init(333).......: PMI_Init returned -1unable to read the cmd header on the pmi context, generic socket failure, error stack:<BR>
MPIDU_Sock_wait(2603): The specified network name is no longer available. (errno 64).<BR>
<BR>
job aborted:<BR>
rank: node: exit code[: error message]<BR>
0: ROOBARB: 3: Fatal error in MPI_Init_thread: Other MPI error, error stack:<BR>
MPIR_Init_thread(294): Initialization failed<BR>
MPID_Init(82)........: channel initialization failed<BR>
MPID_Init(333).......: PMI_Init returned -1<BR>
1: roobarb: -1073741515<BR>
<BR>
The second process is not starting for some reason.<BR>
<BR>
roobarb happens to be the local machine in this case but the problem also occurs on a cluster.<BR>
<BR>
It will launch correctly if I use:<BR>
<BR>
mpiexec -n 1 master : -n 1 slave - SUCCESS<BR>
<BR>
which should be no different from:<BR>
<BR>
mpiexec -n 1 master : -host roobarb -n 1 slave - FAILS<BR>
<BR>
when everything is running on roobarb.<BR>
<BR>
&gt;&nbsp; &gt;&gt; mpiexec -localroot -n 1 roobarb master : -host roobarb -n 1 slave<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When using the &quot;-localroot&quot; option you should not specify the<BR>
&gt; hostname for the 1st executable. The command should be,<BR>
&gt;<BR>
&gt;&nbsp; &gt;&gt; mpiexec -localroot -n 1 master : -host roobarb -n 1 slave<BR>
<BR>
sorry typo I meant if would work I used:<BR>
<BR>
mpiexec -localroot -host roobarb -n 1&nbsp; master : -host roobarb -n 1 slave<BR>
<BR>
Regards<BR>
James<BR>
<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: owner-mpich-discuss@mcs.anl.gov<BR>
&gt; [<A HREF="mailto:owner-mpich-discuss@mcs.anl.gov">mailto:owner-mpich-discuss@mcs.anl.gov</A>] On Behalf Of James S Perrin<BR>
&gt; Sent: Friday, October 03, 2008 12:13 PM<BR>
&gt; To: mpich<BR>
&gt; Subject: [mpich-discuss] SMPD, Problem launching when using -host<BR>
&gt;<BR>
&gt; Hi,<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Processes fail to start if -host is used for only some but not<BR>
&gt; all processes when launching. ie the machines that some processes<BR>
&gt; launch on is left up to the smpd to allocate.<BR>
&gt;<BR>
&gt; eg<BR>
&gt;<BR>
&gt; mpiexec -n 1 -host roobarb master : -n 1 slave<BR>
&gt;<BR>
&gt; when -localroot is used the following fails unless -host is also<BR>
&gt; specified for the master.<BR>
&gt;<BR>
&gt; mpiexc -localroot -n 1 roobarb master : -host roobarb -n 1 slave<BR>
&gt;<BR>
&gt; Using MPICH2 1.0.7 on WinXP ia32.<BR>
&gt;<BR>
&gt; Regards<BR>
&gt; James<BR>
&gt; --<BR>
&gt; ------------------------------------------------------------------------<BR>
&gt;&nbsp;&nbsp;&nbsp; James S. Perrin<BR>
&gt;&nbsp;&nbsp;&nbsp; Visualization<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp; Research Computing Services<BR>
&gt;&nbsp;&nbsp;&nbsp; The University of Manchester<BR>
&gt;&nbsp;&nbsp;&nbsp; Kilburn Building, Oxford Road<BR>
&gt;&nbsp;&nbsp;&nbsp; Manchester, M13 9PL<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp; t: +44 (0) 161 275 6945<BR>
&gt;&nbsp;&nbsp;&nbsp; e: james.perrin@manchester.ac.uk<BR>
&gt;&nbsp;&nbsp;&nbsp; w: www.manchester.ac.uk/researchcomputing<BR>
&gt; ------------------------------------------------------------------------<BR>
&gt;&nbsp;&nbsp; &quot;The test of intellect is the refusal to belabour the obvious&quot;<BR>
&gt;&nbsp;&nbsp; - Alfred Bester<BR>
&gt; ----------------------------------------------------------------------<BR>
&gt; --<BR>
&gt;<BR>
<BR>
--<BR>
------------------------------------------------------------------------<BR>
&nbsp;&nbsp; James S. Perrin<BR>
&nbsp;&nbsp; Visualization<BR>
<BR>
&nbsp;&nbsp; Research Computing Services<BR>
&nbsp;&nbsp; The University of Manchester<BR>
&nbsp;&nbsp; Kilburn Building, Oxford Road<BR>
&nbsp;&nbsp; Manchester, M13 9PL<BR>
<BR>
&nbsp;&nbsp; t: +44 (0) 161 275 6945<BR>
&nbsp;&nbsp; e: james.perrin@manchester.ac.uk<BR>
&nbsp;&nbsp; w: www.manchester.ac.uk/researchcomputing<BR>
------------------------------------------------------------------------<BR>
&nbsp; &quot;The test of intellect is the refusal to belabour the obvious&quot;<BR>
&nbsp; - Alfred Bester<BR>
------------------------------------------------------------------------<BR>
</FONT>
</P>

</BODY>
</HTML>