<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 22, 2013 at 2:48 PM, yuanp <span dir="ltr"><<a href="mailto:peng.yuan@student.ecp.fr" target="_blank">peng.yuan@student.ecp.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yeah, I thought it was successful and did a make install and setted the PATH. But when I ran some tests I met some problems and I thought it was due to the step make.<br>

I copied the code from my terminal<br>
<br>
dhcp-27-100:mpich-install holmes_conan$ ssh othermachine date<br>
ssh: Could not resolve hostname othermachine: nodename nor servname provided, or not known<br>
dhcp-27-100:mpich-install holmes_conan$ rsh othermachine date<br>
rcmd: getaddrinfo: nodename nor servname provided, or not known<br></blockquote></div><br></div><div class="gmail_extra">This *looks* like examples of testing connectivity: 'ssh othermachine date' should try to execute 'date' on the machine named 'othermachine'; you likely need to replace othermachine with the name of the other machine you're connecting to; or localhost if you're just using one machine (ie testing that sshd is running & accepting connections, likely trying to make sure it's working passwordless.)</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">The two commands above and their responses have nothing to do with mpich's installation state.</div><div class="gmail_extra"><br></div><div class="gmail_extra">
 -- Eric</div></div>