<div dir="ltr"><div><div>Thanks for your respond.<br></div>I have ssh connection. Now my question is how can I create this machine file?<br></div>with hostnameA do you mean something like this: user@computername:"number of proccess" ?<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 24, 2014 at 3:19 PM, Lu, Huiwei <span dir="ltr"><<a href="mailto:huiweilu@mcs.anl.gov" target="_blank">huiweilu@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The easiest way of installing MPI on Ubuntu is by ‘sudo apt-get install mpich’.<br>
As long as these two machines can ssh to each other, MPI can be used to connect them.<br>
To use multiple machines, you need to create a machine file like:<br>
        //machinefile:<br>
        hostnameA<br>
        hostnameB<br>
Then if you run MPI using ‘mpiexec -f machinefile -n 2 ./example/cpi’, the application ‘cpi’ will run on both machines and communication through MPI.<br>
<br>
For more details, please refer to <a href="https://www.mpich.org/static/downloads/3.1/mpich-3.1-userguide.pdf" target="_blank">https://www.mpich.org/static/downloads/3.1/mpich-3.1-userguide.pdf</a> for more information.<br>

<br>
—<br>
Huiwei Lu<br>
Postdoc Appointee<br>
Mathematics and Computer Science Division, Argonne National Laboratory<br>
<a href="http://www.mcs.anl.gov/~huiweilu/" target="_blank">http://www.mcs.anl.gov/~huiweilu/</a><br>
<div><div class="h5"><br>
On Apr 24, 2014, at 7:39 AM, ehsan saei <<a href="mailto:ehsan.saei@gmail.com">ehsan.saei@gmail.com</a>> wrote:<br>
<br>
> Dear community,<br>
><br>
> I have to PCs with ubuntu 12.04 installed on them. How can I use MPI on these machines?<br>
> Is it possible to connect them without router?<br>
> It would be grateful if you guide me.<br>
><br>
> Thanks in advance,<br>
> Ehsan<br>
</div></div>> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
<br>
_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
</blockquote></div><br></div>