It is solved, half by you all guys and half by myself. I really needed to add &quot;./&quot; but also I had some things to fix in nfs. I was sharing just the mpich folder, not the whole environment of my tools, so it couldn&#39;t catch the cpi file in the other computers. But thanks a lot!<br>
<br>Ari<br><br><div class="gmail_quote">2008/6/30 Jayesh Krishna &lt;<a href="mailto:jayesh@mcs.anl.gov">jayesh@mcs.anl.gov</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>Hi,</span></font></div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>&nbsp;Try providing the absolute path&nbsp;of cpi to 
mpiexec.</span></font></div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span></span></font><font size="2" color="#0000ff" face="Arial"><span></span></font>&nbsp;</div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>Regards,</span></font></div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>Jayesh</span></font></div><br>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font size="2" face="Tahoma"><b>From:</b> <a href="mailto:owner-mpich-discuss@mcs.anl.gov" target="_blank">owner-mpich-discuss@mcs.anl.gov</a> 
[mailto:<a href="mailto:owner-mpich-discuss@mcs.anl.gov" target="_blank">owner-mpich-discuss@mcs.anl.gov</a>] <b>On Behalf Of </b>Ariovaldo de Souza 
Junior<br><b>Sent:</b> Monday, June 30, 2008 11:54 AM<br><b>To:</b> 
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br><b>Subject:</b> Re: [mpich-discuss] problem with 
execution of examples/cpi<br></font><br></div><div><div></div><div class="Wj3C7c">
<div></div>Anthony Chan,<br><br>I did not install MPICH on falcon due it to be 
shared by nfs, so I just installed in the server and I get an image of this in 
both computers. I have tried to execute like this &quot;./cpi&quot; and it gets the same 
error. I can process both alone in each computer, but when I want it done by 
both this message returns to me. Any idea?<br><br>Thanks a lot for your 
attention,<br><br>Ari<br><br>
<div class="gmail_quote">2008/6/30 Anthony Chan &lt;<a href="mailto:chan@mcs.anl.gov" target="_blank">chan@mcs.anl.gov</a>&gt;:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Is 
  mpich2 installed on falcon ? &nbsp;If so, is it installed in the 
  same<br>location as eagle ?<br><br>Assuming you have mpich2 installed 
  correctly on both machines,<br>cd to &lt;mpich2-install-dir&gt;/examples, then 
  do<br><br>mpiexec -n 10 ./cpi<br><br>A.Chan<br>
  <div>
  <div></div>
  <div>----- &quot;Ariovaldo de Souza Junior&quot; &lt;<a href="mailto:ariovaldojunior@gmail.com" target="_blank">ariovaldojunior@gmail.com</a>&gt; 
  wrote:<br><br>&gt; ---------- Forwarded message ----------<br>&gt; From: 
  Ariovaldo de Souza Junior &lt; <a href="mailto:ariovaldojunior@gmail.com" target="_blank">ariovaldojunior@gmail.com</a> 
  &gt;<br>&gt; Date: 2008/6/30<br>&gt; Subject: Re: [MPICH2 Req #4157] Getting 
  error message running mpiexec<br>&gt; To: Rajeev Thakur &lt; <a href="mailto:thakur@mcs.anl.gov" target="_blank">thakur@mcs.anl.gov</a> &gt;, Pavan Balaji 
  &lt;<br>&gt; <a href="mailto:balaji@mcs.anl.gov" target="_blank">balaji@mcs.anl.gov</a> 
  &gt;<br>&gt;<br>&gt;<br>&gt; Hello Rajeev and Pavan,<br>&gt;<br>&gt; Thanks a 
  lot for your help on building MPICH correctly. I have removed<br>&gt; mpd 
  (apt-get purge mpd) and then reinstalled MPICH. I was so happy<br>&gt; when I 
  saw it was working T_T. A the looping test, with 1,000,000<br>&gt; loops too 
  431 seconds to be performed. Do you think it is a good rate?<br>&gt;<br>&gt; 
  But now what brings me to here is what comes next. I have followed all<br>&gt; 
  instructions from the &quot;quick start&quot; until this line:<br>&gt;<br>&gt; mpiexec 
  -n 5 examples/cpi<br>&gt;<br>&gt; and it didn&#39;t work, returning this 
  error:<br>&gt;<br>&gt; problem with execution of examples/cpi on falcon: 
  [Errno 2] No such<br>&gt; file or directory<br>&gt; problem with execution of 
  examples/cpi on falcon: [Errno 2] No such<br>&gt; file or 
  directory<br>&gt;<br>&gt; and stopped in the second line.<br>&gt;<br>&gt; Then 
  I tried to submit this command inside of the &quot;examples&quot; folder,<br>&gt; and it 
  returned:<br>&gt;<br>&gt; problem with execution of cpi on eagle: [Errno 2] No 
  such file or<br>&gt; directory<br>&gt; problem with execution of cpi on 
  falcon: [Errno 2] No such file or<br>&gt; directory<br>&gt; problem with 
  execution of cpi on falcon: [Errno 2] No such file or<br>&gt; 
  directory<br>&gt; problem with execution of cpi on eagle: [Errno 2] No such 
  file or<br>&gt; directory<br>&gt; problem with execution of cpi on eagle: 
  [Errno 2] No such file or<br>&gt; directory<br>&gt;<br>&gt; Now I can see that 
  it failed for the five processes. I have set and<br>&gt; mounted the nfs on 
  the node (until now I&#39;m setting up just one<br>&gt; computer, later I&#39;ll close 
  this one) and it is working ok. So my<br>&gt; server is named as eagle and the 
  node, falcon. mpd is running in both<br>&gt; computers, this I can see 
  utilizing the mpdtrace command. when I<br>&gt; submit the example &quot;mpiexec -l 
  -n 10 hostname&quot; it returns me this:<br>&gt;<br>&gt; 
  root@eagle:/modeling/mpich2-1.0.7/examples# mpiexec -l -n 10 hostname<br>&gt; 
  1: falcon<br>&gt; 2: eagle<br>&gt; 3: falcon<br>&gt; 5: falcon<br>&gt; 4: 
  eagle<br>&gt; 7: falcon<br>&gt; 8: eagle<br>&gt; 6: eagle<br>&gt; 0: 
  eagle<br>&gt; 9: falcon<br>&gt;<br>&gt; And then I think it is ok.<br>&gt; the 
  paths are set and ok, so I don&#39;t understand why is that returning<br>&gt; that 
  error, not found, if even if I execute it inside of &quot;examples&quot;<br>&gt; folder 
  it doesn&#39;t work (of course I take off the examples part, or<br>&gt; even add 
  the whole path).<br>&gt;<br>&gt; Ad I have a doubt, a stupid one, sorry, every 
  time I restart the<br>&gt; computer I have to point the path for the bin 
  directory, and then it<br>&gt; works. Is there any way to set it 
  automatically?<br>&gt;<br>&gt; Sorry for trouble you two so much. And thank 
  you two until now for<br>&gt; your attention!<br>&gt;<br>&gt; 
  Ari.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; 2008/6/27 Rajeev Thakur 
  &lt; <a href="mailto:thakur@mcs.anl.gov" target="_blank">thakur@mcs.anl.gov</a> 
  &gt;:<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; What 
  exact commands did you use to configure, make, and install<br>&gt; MPICH2? How 
  did music and playlist get into the mpd directory? :-)<br>&gt;<br>&gt; 
  Rajeev<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; From: Ariovaldo de 
  Souza Junior [mailto: <a href="mailto:ariovaldojunior@gmail.com" target="_blank">ariovaldojunior@gmail.com</a> 
  ]<br>&gt; Sent: Friday, June 27, 2008 6:31 PM<br>&gt; To: <a href="mailto:mpich2-maint@mcs.anl.gov" target="_blank">mpich2-maint@mcs.anl.gov</a><br>&gt; 
  Cc: <a href="mailto:mpich2-maint@mcs.anl.gov" target="_blank">mpich2-maint@mcs.anl.gov</a><br>&gt; 
  Subject: [MPICH2 Req #4157] Getting error message running 
  mpiexec<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hello 
  everybody.<br>&gt;<br>&gt; I&#39;m trying to make mpich work for a cluster running 
  NAMD and I&#39;m<br>&gt; frozen in the tests step yet. When I try to run the 
  simple script<br>&gt; &quot;helloworld.out&quot; I get the followying error 
  message:<br>&gt;<br>&gt; root@eagle:/modeling/mpich# mpiexec 
  ./hello.out<br>&gt; mpiexec_eagle (get_parms_from_rcfile 1403): line in mpd 
  conf is not<br>&gt; key=val pair; line=:music_directory 
  &quot;/var/lib/mpd/music&quot;<br>&gt; :<br>&gt; mpiexec_eagle (get_parms_from_rcfile 
  1403): line in mpd conf is not<br>&gt; key=val pair; line=:playlist_directory 
  &quot;/var/lib/mpd/playlists&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:db_file &quot;/var/lib/mpd/tag_cache&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:log_file &quot;/var/log/mpd/mpd.log&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:error_file &quot;/var/log/mpd/errors.log&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:pid_file &quot;/var/run/mpd/pid&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:state_file &quot;/var/lib/mpd/state&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:user &quot;root&quot;<br>&gt; :<br>&gt; mpiexec_eagle (get_parms_from_rcfile 
  1403): line in mpd conf is not<br>&gt; key=val pair; line=:bind_to_address 
  &quot;localhost&quot;<br>&gt; :<br>&gt; mpiexec_eagle (get_parms_from_rcfile 1403): line 
  in mpd conf is not<br>&gt; key=val pair; line=:password 
  &quot;gqtcpbm@read,add,control,admin&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:filesystem_charset &quot;UTF-8&quot;<br>&gt; :<br>&gt; mpiexec_eagle 
  (get_parms_from_rcfile 1403): line in mpd conf is not<br>&gt; key=val pair; 
  line=:id3v1_encoding &quot;UTF-8&quot;<br>&gt; :<br>&gt; /modeling/mpich/bin/mpdroot: 
  did not find secretword in mpd conf<br>&gt; filempiexec_eagle (__init__ 1190): 
  forked process failed; status=255<br>&gt;<br>&gt; I googled around trying all 
  I could but I didn&#39;t find anything. Do<br>&gt; anyone have a clue about what 
  is going one? Thanks a lot for any tip!<br>&gt;<br>&gt; Ariovaldo<br>&gt; UFAM 
  - Brazil<br><br></div></div></blockquote></div><br></div></div></div>
</blockquote></div><br>