Hi All,<br>I have installed MPICH2 on Fedora 13. I need to profile a C program on MPICH2. Kindly let me know how to do the same.<br><br>Pradheep<br><br><div class="gmail_quote">On Tue, Jan 31, 2012 at 11:51 PM,  <span dir="ltr">&lt;<a href="mailto:mpich-discuss-request@mcs.anl.gov">mpich-discuss-request@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send mpich-discuss mailing list submissions to<br>
        <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<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>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:mpich-discuss-request@mcs.anl.gov">mpich-discuss-request@mcs.anl.gov</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:mpich-discuss-owner@mcs.anl.gov">mpich-discuss-owner@mcs.anl.gov</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of mpich-discuss digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re:  References for FORTRAN (Gustavo Correa)<br>
   2.  MPICH2 installation failure (Dute?s)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 31 Jan 2012 13:19:24 -0500<br>
From: Gustavo Correa &lt;<a href="mailto:gus@ldeo.columbia.edu">gus@ldeo.columbia.edu</a>&gt;<br>
Subject: Re: [mpich-discuss] References for FORTRAN<br>
To: Mpich-Discuss &lt;<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>
Message-ID: &lt;<a href="mailto:FA60ADE2-C0A0-46E4-9A70-779272BE3A76@ldeo.columbia.edu">FA60ADE2-C0A0-46E4-9A70-779272BE3A76@ldeo.columbia.edu</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi<br>
<br>
Here are some references in MPI+Fortran.<br>
<br>
1) The LLNL MPI tutorial has some [light weight] MPI examples in Fortran:<br>
<a href="https://computing.llnl.gov/tutorials/mpi/" target="_blank">https://computing.llnl.gov/tutorials/mpi/</a><br>
<br>
2) NCCS tutorials &amp; references:<br>
<a href="http://www.nccs.gov/user-support/training-education/hpcparallel-computing-links/" target="_blank">http://www.nccs.gov/user-support/training-education/hpcparallel-computing-links/</a><br>
<a href="http://www.nccs.gov/user-support/training-education/hpcparallel-computing-links/mpi-examples" target="_blank">http://www.nccs.gov/user-support/training-education/hpcparallel-computing-links/mpi-examples</a><br>
An early version in Fortran of Peter Pacheco&#39;s book:<br>
<a href="http://ladon.iqfr.csic.es/docs/MPI_ug_in_FORTRAN.pdf" target="_blank">ladon.iqfr.csic.es/docs/MPI_ug_in_FORTRAN.pdf</a><br>
<br>
3) Matrix multiplication:<br>
<a href="http://www.mcs.anl.gov/research/projects/mpi/usingmpi/examples/simplempi/main.htm" target="_blank">http://www.mcs.anl.gov/research/projects/mpi/usingmpi/examples/simplempi/main.htm</a><br>
<a href="http://www.mcs.anl.gov/research/projects/mpi/usingmpi/examples/simplempi/f90/matmat_f90.htm" target="_blank">http://www.mcs.anl.gov/research/projects/mpi/usingmpi/examples/simplempi/f90/matmat_f90.htm</a><br>
<br>
4) 2D Diffusion PDE solved by the Jacobi method [illustrates the use of cartesian<br>
domain decomposition and PDE solver in MPI+Fortran]:<br>
 <a href="http://beige.ucs.indiana.edu/I590/node71.html" target="_blank">http://beige.ucs.indiana.edu/I590/node71.html</a><br>
<br>
If you want really to go for large codes [my bias is ocean/atmosphereclimate]<br>
there are several which are publically available, mostly written in Fortran, with a few bits in C:<br>
<br>
5) weather forecast:<br>
<a href="http://www.wrf-model.org/index.php" target="_blank">http://www.wrf-model.org/index.php</a><br>
<br>
6) coupled climate model:<br>
<a href="http://www.cesm.ucar.edu/" target="_blank">http://www.cesm.ucar.edu/</a><br>
<br>
7) ocean general circulation and regional models:<br>
<a href="http://mitgcm.org/" target="_blank">http://mitgcm.org/</a><br>
<a href="http://www.gfdl.noaa.gov/fms" target="_blank">http://www.gfdl.noaa.gov/fms</a><br>
<a href="http://www.gfdl.noaa.gov/fms" target="_blank">http://www.gfdl.noaa.gov/fms</a><br>
<br>
8) molecular dynamics:<br>
<a href="http://www.vasp.at/" target="_blank">http://www.vasp.at/</a><br>
<a href="http://ambermd.org/" target="_blank">http://ambermd.org/</a><br>
<br>
9) NAS parallel benchmarks:<br>
<a href="http://www.nas.nasa.gov/publications/npb.html" target="_blank">http://www.nas.nasa.gov/publications/npb.html</a><br>
<br>
<br>
I hope this helps.<br>
Gus Correa<br>
<br>
<br>
<br>
<br>
On Jan 31, 2012, at 10:16 AM, Anthony Chan wrote:<br>
<br>
&gt;<br>
&gt; Try doing a google search of &quot;MPI Fortran tutorial&quot;....<br>
&gt; MPI is a communication library, so you can do numerical<br>
&gt; intensive calculation between communications.<br>
&gt;<br>
&gt; A.Chan<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt;&gt; Dear all,<br>
&gt;&gt;<br>
&gt;&gt; Can someone give me good references to exploit MPICH using Fortran<br>
&gt;&gt; programs ? A tutorial or an example of a calculation-intensive program<br>
&gt;&gt; would be appreciated.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Jose<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; _______________________________________________<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>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 31 Jan 2012 18:05:54 +0000<br>
From: Dute?s, Paul &lt;<a href="mailto:p.m.duteis@cranfield.ac.uk">p.m.duteis@cranfield.ac.uk</a>&gt;<br>
Subject: [mpich-discuss] MPICH2 installation failure<br>
To: &quot;<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&quot; &lt;<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:82495BE8A8646A49968777B0BE261ACB17E24C85@CCEXCHMBX-2.central.cranfield.ac.uk">82495BE8A8646A49968777B0BE261ACB17E24C85@CCEXCHMBX-2.central.cranfield.ac.uk</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Good evening,<br>
<br>
For some reasons I can&#39;t get MPICH2 to install correctly on my Opensuse 12.1 system.<br>
Everything goes smoothly until I try the first following test<br>
 mpiexec -n 2 ./examples/cpi<br>
where it says<br>
ssh: Could not resolve hostname linux-hpws.site: Name or service not known<br>
and just crashes.<br>
<br>
Could you help me with whatever is wrong? I&#39;ve joined the log files.<br>
<br>
Best Regards,<br>
Paul Dute?s<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: logfiles.tar.gz<br>
Type: application/x-gzip<br>
Size: 69560 bytes<br>
Desc: logfiles.tar.gz<br>
URL: &lt;<a href="http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20120131/7c472f27/attachment.bin" target="_blank">http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20120131/7c472f27/attachment.bin</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><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>
<br>
<br>
End of mpich-discuss Digest, Vol 40, Issue 46<br>
*********************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>-- <br>Regards,<br><br>K.Pradheep Kumar<br>mobile:  +919003079697<br>email:    <a href="mailto:pradconf@gmail.com">pradconf@gmail.com</a><br>