Add _script/README and fix _script/math.sh documentation.
[parallel_computing.git] / resources / index.shtml
1 <!--#set var="root_directory" value=".." --><!--#include virtual="$root_directory/shared/header.shtml"-->
2
3 <h1>Resources</h1>
4
5 <h2 id="MPE">MPI</h2>
6
7 <ul>
8   <li><a href="http://en.wikipedia.org/wiki/Message_Passing_Interface">
9       Wikipeda MPI page</a></li>
10   <li><a href="http://www.llnl.gov/computing/tutorials/mpi/">
11       LLNL MPI tutorial</a></li>
12   <li><a href="http://www.mcs.anl.gov/mpi">Argonne National Lab MPI
13     overview</a></li>
14   <li><a href="http://www.mcs.anl.gov/mpi/mpich2">
15       MPICH2 MPI implementation</a></li>
16   <li><a href="http://www.mpi-forum.org/">The MPI standard</a></li>
17   <li><a href="http://mitpress.mit.edu/book-home.tcl?isbn=0262571323">
18       <i>Using MPI — 2nd Edition</i></a>
19     by William Gropp, Ewing Lusk, and Anthony Skjellum.  The "bible"
20     for the serious MPI user.</li>
21
22   <li><a href="http://www.netlib.org/utk/papers/mpi-book/mpi-book.html">
23       <i>MPI: The Complete Reference</i></a>
24     by Jack Dongarra et al. from ORNL.
25     Online and in print.</li>
26   <li><a href="http://nexus.cs.usfca.edu/mpi/">
27       <i>Parallel Programming with MPI</i></a>
28     by Peter Pacheco.</li>
29 </ul>
30
31 <h2 id="MPE">MPI and MPE</h2>
32
33 <ul>
34   <li><a href="http://www.mcs.anl.gov/research/projects/perfvis/download/index.htm#MPE">
35       MPE project page</a></li>
36   <li><a href="http://www.mcs.anl.gov/research/projects/mpi/www/">MPI
37       and MPE API reference from the MPICH2 distribution</a>
38   </li>
39 </ul>
40
41 <h2 id="other">Other useful references</h2>
42
43 <ul>
44   <li><a href="http://www.computationalphysics.info/">
45       <i>Computational Physics</i></a>
46     by Steven E Koonin and Dawn C. Meredith.</li>
47 </ul>
48
49 <!--#include virtual="$root_directory/shared/footer.shtml"-->