MPI Programming How-To for Beginners
We consider very simple example problems to introduce how to parallelize Fortran programs using the MPI library.
Example 1: 1D Diffusion Equation
We will see basic idea of parallelization, and actual implementation of that idea using the MPI library in example 1.
- 1D Diffusion Equation
- Subroutine Synopses
- References
- P.S. Pacheco, "Parallel Programming with MPI" (Morgan Kaufmann Publishers, San Francisco, 1997).