<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Yes it works. </div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">output:</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><div class="gmail_default">$ mpirun -hostfile hosts-hydra -np 2  test</div><div class="gmail_default">rank 1</div><div class="gmail_default">rank 0</div><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Amin Hassani,<br>CIS department at UAB,<br>
Birmingham, AL, USA.</div></div></div>
<br><div class="gmail_quote">On Tue, Nov 25, 2014 at 11:20 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">Could you try to run the following simple code to see if it works?<br>
<br>
#include <mpi.h><br>
#include <stdio.h><br>
<span class="">int main(int argc, char** argv)<br>
{<br>
    int rank, size;<br>
</span>    MPI_Init(&argc, &argv);<br>
    MPI_Comm_rank(MPI_COMM_WORLD, &rank);<br>
    printf("rank %d\n", rank);<br>
    MPI_Finalize();<br>
    return 0;<br>
}<br>
<br>
—<br>
<span class="HOEnZb"><font color="#888888">Huiwei<br>
</font></span><span class="im HOEnZb"><br>
> On Nov 25, 2014, at 11:11 PM, Amin Hassani <<a href="mailto:ahassani@cis.uab.edu">ahassani@cis.uab.edu</a>> wrote:<br>
><br>
> No, I checked. Also I always install my MPI's in /nethome/students/ahassani/usr/mpi. I never install them in /nethome/students/ahassani/usr. So MPI files will never get there. Even if put the /usr/mpi/bin in front of /usr/bin, it won't affect anything. There has never been any mpi installed in /usr/bin.<br>
><br>
> Thank you.<br>
</span><div class="HOEnZb"><div class="h5">> _______________________________________________<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></div></div></blockquote></div><br></div>