Jeff,<br><br>Thanks! This is an SMP machine and only one user can use this machine at a time. <br><br><br><div class="gmail_quote">On Thu, Mar 8, 2012 at 12:26 AM, Jeff Hammond <span dir="ltr">&lt;<a href="mailto:jhammond@alcf.anl.gov">jhammond@alcf.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">Note that _r should be equivalent to *FLAGS+=-qthreaded, should you<br>
decide that you do not want to force all users of your MPICH2 build to<br>
use the _r compilers.<br>
<br>
Jeff<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Mar 7, 2012 at 10:40 PM, Eric Sun &lt;<a href="mailto:eric.sunyy@gmail.com">eric.sunyy@gmail.com</a>&gt; wrote:<br>
&gt; Anthony,<br>
&gt;<br>
&gt; Changing all compilers to the &quot;_r&quot; version makes the difference. Now I can<br>
&gt; compile my Pi.f90 with no problem! Thank you very much!<br>
&gt;<br>
&gt; Now the problem is that when I run the code using &quot;mpiexec -f hostfile -n 4<br>
&gt; Pi.x&quot;, there is nothing output. It looks like a hang there. I have attached<br>
&gt; all c.txt, m.txt, mi.txt and config.log files in case you may need them for<br>
&gt; diagnosis.<br>
&gt;<br>
&gt; Thanks again!<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Mar 7, 2012 at 10:45 AM, Anthony Chan &lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Send us your configure and make output files as stated in README.<br>
&gt;&gt; Did you try build mpich2 with _r version of compilers ?<br>
&gt;&gt;<br>
&gt;&gt; A.Chan<br>
&gt;&gt;<br>
&gt;&gt; ----- Original Message -----<br>
&gt;&gt; &gt; I configure and make MPICH2 using:<br>
&gt;&gt; &gt; [bash] export CC=xlc<br>
&gt;&gt; &gt; [bash] export CXX=xlC<br>
&gt;&gt; &gt; [bash] export F77=xlf<br>
&gt;&gt; &gt; [bash] export FC=xlf90<br>
&gt;&gt; &gt; [bash] ./configure --prefix=/gpfs/small/shared/mpich2/pwr5 --with-<br>
&gt;&gt; &gt; device=ch3:nemesis<br>
&gt;&gt; &gt; [bash] make<br>
&gt;&gt; &gt; [bash] make install<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Before I compile my Pi.f90, I did:<br>
&gt;&gt; &gt; [bash] export PATH=/gpfs/small/shared/mpich2/pwr5/bin:$PATH<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Then, to compile my code:<br>
&gt;&gt; &gt; [bash] mpif90 Pi.f90<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks for your help!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &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;&gt; &gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; What exact options did you pass to configure, and how exactly are<br>
&gt;&gt; &gt; &gt; you<br>
&gt;&gt; &gt; &gt; compiling your program?<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; On Mar 6, 2012, at 10:41 PM, Eric Sun wrote:<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; Just tried. It didn&#39;t work ... The same error.<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On Tue, Mar 6, 2012 at 11:10 PM, Rajeev Thakur<br>
&gt;&gt; &gt; &gt; &gt; &lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;<br>
&gt;&gt; &gt; &gt; wrote:<br>
&gt;&gt; &gt; &gt; &gt; Try giving the full path to mpif90.<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On Mar 6, 2012, at 9:51 PM, Eric Sun wrote:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; Thanks for your quick reply!<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; Yes. But, I also tried &quot;mpif77&quot; and got the same error.<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; On Tue, Mar 6, 2012 at 10:33 PM, Dave Goodell<br>
&gt;&gt; &gt; &gt; &gt; &gt; &lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;<br>
&gt;&gt; &gt; &gt; wrote:<br>
&gt;&gt; &gt; &gt; &gt; &gt; Are you building your application with &quot;mpif90&quot;?<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; -Dave<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; On Mar 6, 2012, at 9:15 PM CST, Eric Sun wrote:<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; Dear MPICH2 developers and users,<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; I successfully installed mpich2-1.4.1p1 on an IBM Power5 SMP<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; machine<br>
&gt;&gt; &gt; &gt; running AIX system. The configure line was<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ./configure --prefix=/install/directory<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; --with-device=ch3:nemesis<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; I had CC=xlc CXX=xlC F77=xlf FC=xlf90<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &quot;configure&quot; and &quot;make&quot; are quite smooth without error. But<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; when I<br>
&gt;&gt; &gt; &gt; try to compile a testing MPI code (calculating Pi), I receive the<br>
&gt;&gt; &gt; &gt; following<br>
&gt;&gt; &gt; &gt; error message:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ** main === End of Compilation 1 ===<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; 1501-510 Compilation successful for file Pi.f90.<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_init<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_comm_rank<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_comm_size<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_type_contiguous<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_type_commit<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_send<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_recv<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ld: 0711-317 ERROR: Undefined symbol: .mpi_finalize<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; Any suggestion?<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; Thanks!<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt;&gt; &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; &gt; &gt; To manage subscription options or unsubscribe:<br>
&gt;&gt; &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; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt;&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; &gt; To manage subscription options or unsubscribe:<br>
&gt;&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; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; &gt; Yiyang Sun<br>
&gt;&gt; &gt; &gt; &gt; &gt; Department of Physics, Applied Physics, and Astronomy<br>
&gt;&gt; &gt; &gt; &gt; &gt; Rensselaer Polytechnic Institute<br>
&gt;&gt; &gt; &gt; &gt; &gt; Troy, NY 12180, USA<br>
&gt;&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt;&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; &gt; To manage subscription options or unsubscribe:<br>
&gt;&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; &gt;<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; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; Yiyang Sun<br>
&gt;&gt; &gt; &gt; &gt; Department of Physics, Applied Physics, and Astronomy<br>
&gt;&gt; &gt; &gt; &gt; Rensselaer Polytechnic Institute<br>
&gt;&gt; &gt; &gt; &gt; Troy, NY 12180, USA<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;<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; _______________________________________________<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; 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;<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>
&gt;<br>
<br>
<br>
<br>
--<br>
</div></div><span class="HOEnZb"><font color="#888888">Jeff Hammond<br>
Argonne Leadership Computing Facility<br>
University of Chicago Computation Institute<br>
<a href="mailto:jhammond@alcf.anl.gov">jhammond@alcf.anl.gov</a> / <a href="tel:%28630%29%20252-5381" value="+16302525381">(630) 252-5381</a><br>
<a href="http://www.linkedin.com/in/jeffhammond" target="_blank">http://www.linkedin.com/in/jeffhammond</a><br>
<a href="https://wiki.alcf.anl.gov/old/index.php/User:Jhammond" target="_blank">https://wiki.alcf.anl.gov/old/index.php/User:Jhammond</a><br>
<a href="https://wiki-old.alcf.anl.gov/index.php/User:Jhammond" target="_blank">https://wiki-old.alcf.anl.gov/index.php/User:Jhammond</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<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>