MPI Programming Howto for Beginners
To introduce how to parallelize Fortran programs using the MPI
library, let us consider very simple example problems. We will see
basic idea of parallelization, and actual implementation of that idea
using the MPI library in example 1.
- Example 1: 1D Diffusion Equation
- Subroutine Synopses
- References
- The Message Passing Interface (MPI) standard, http://phase.hpcc.jp/mirrors/mpi/
- P.S. Pacheco, "Parallel Programming with
MPI" (Morgan Kaufmann Publishers, San Francisco, 1997).
Written by "Ryusuke NUMATA" <rnumata at umd.edu>
http://www.glue.umd.edu/~rnumata/
Last modified: $Date: 2008-01-23 16:15:00 -0500 (Wed, 23 Jan 2008)$