Anthony,<br><br>Changing all compilers to the &quot;_r&quot; version makes the difference. Now I can compile my Pi.f90 with no problem! Thank you very much!<br><br>Now the problem is that when I run the code using &quot;mpiexec -f hostfile -n 4 Pi.x&quot;, there is nothing output. It looks like a hang there. I have attached all c.txt, m.txt, mi.txt and config.log files in case you may need them for diagnosis.<br>
<br>Thanks again!<br><br><br><div class="gmail_quote">On Wed, Mar 7, 2012 at 10:45 AM, Anthony Chan <span dir="ltr">&lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Send us your configure and make output files as stated in README.<br>
Did you try build mpich2 with _r version of compilers ?<br>
<br>
A.Chan<br>
<div class="HOEnZb"><div class="h5"><br>
----- Original Message -----<br>
&gt; I configure and make MPICH2 using:<br>
&gt; [bash] export CC=xlc<br>
&gt; [bash] export CXX=xlC<br>
&gt; [bash] export F77=xlf<br>
&gt; [bash] export FC=xlf90<br>
&gt; [bash] ./configure --prefix=/gpfs/small/shared/mpich2/pwr5 --with-<br>
&gt; device=ch3:nemesis<br>
&gt; [bash] make<br>
&gt; [bash] make install<br>
&gt;<br>
&gt; Before I compile my Pi.f90, I did:<br>
&gt; [bash] export PATH=/gpfs/small/shared/mpich2/pwr5/bin:$PATH<br>
&gt;<br>
&gt; Then, to compile my code:<br>
&gt; [bash] mpif90 Pi.f90<br>
&gt;<br>
&gt; Thanks for your help!<br>
&gt;<br>
&gt; On Tue, Mar 6, 2012 at 11:54 PM, Rajeev Thakur &lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt; What exact options did you pass to configure, and how exactly are<br>
&gt; &gt; you<br>
&gt; &gt; compiling your program?<br>
&gt; &gt;<br>
&gt; &gt; On Mar 6, 2012, at 10:41 PM, Eric Sun wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Just tried. It didn&#39;t work ... The same error.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Tue, Mar 6, 2012 at 11:10 PM, Rajeev Thakur<br>
&gt; &gt; &gt; &lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt; Try giving the full path to mpif90.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Mar 6, 2012, at 9:51 PM, Eric Sun wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Thanks for your quick reply!<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Yes. But, I also tried &quot;mpif77&quot; and got the same error.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Tue, Mar 6, 2012 at 10:33 PM, Dave Goodell<br>
&gt; &gt; &gt; &gt; &lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; Are you building your application with &quot;mpif90&quot;?<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; -Dave<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Mar 6, 2012, at 9:15 PM CST, Eric Sun wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Dear MPICH2 developers and users,<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; I successfully installed mpich2-1.4.1p1 on an IBM Power5 SMP<br>
&gt; &gt; &gt; &gt; &gt; machine<br>
&gt; &gt; running AIX system. The configure line was<br>
&gt; &gt; &gt; &gt; &gt; ./configure --prefix=/install/directory<br>
&gt; &gt; &gt; &gt; &gt; --with-device=ch3:nemesis<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; I had CC=xlc CXX=xlC F77=xlf FC=xlf90<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &quot;configure&quot; and &quot;make&quot; are quite smooth without error. But<br>
&gt; &gt; &gt; &gt; &gt; when I<br>
&gt; &gt; try to compile a testing MPI code (calculating Pi), I receive the<br>
&gt; &gt; following<br>
&gt; &gt; error message:<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; ** main === End of Compilation 1 ===<br>
&gt; &gt; &gt; &gt; &gt; 1501-510 Compilation successful for file Pi.f90.<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_init<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_comm_rank<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_comm_size<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_type_contiguous<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_type_commit<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_send<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_recv<br>
&gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_finalize<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Any suggestion?<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Thanks!<br>
&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &gt; &gt; &gt; To manage subscription options or unsubscribe:<br>
&gt; &gt; &gt; &gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &gt; &gt; To manage subscription options or unsubscribe:<br>
&gt; &gt; &gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; --<br>
&gt; &gt; &gt; &gt; Yiyang Sun<br>
&gt; &gt; &gt; &gt; Department of Physics, Applied Physics, and Astronomy<br>
&gt; &gt; &gt; &gt; Rensselaer Polytechnic Institute<br>
&gt; &gt; &gt; &gt; Troy, NY 12180, USA<br>
&gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &gt; &gt; To manage subscription options or unsubscribe:<br>
&gt; &gt; &gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &gt; To manage subscription options or unsubscribe:<br>
&gt; &gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; --<br>
&gt; &gt; &gt; Yiyang Sun<br>
&gt; &gt; &gt; Department of Physics, Applied Physics, and Astronomy<br>
&gt; &gt; &gt; Rensselaer Polytechnic Institute<br>
&gt; &gt; &gt; Troy, NY 12180, USA<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &gt; To manage subscription options or unsubscribe:<br>
&gt; &gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; To manage subscription options or unsubscribe:<br>
&gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Yiyang Sun<br>
&gt; Department of Physics, Applied Physics, and Astronomy<br>
&gt; Rensselaer Polytechnic Institute<br>
&gt; Troy, NY 12180, USA<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; To manage subscription options or unsubscribe:<br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
_______________________________________________<br>
mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Yiyang Sun<br>Department of Physics, Applied Physics, and Astronomy<br>Rensselaer Polytechnic Institute<br>Troy, NY 12180, USA<br>