Plasma Simulation Lab.

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.

  1. 1D Diffusion Equation
  2. Subroutine Synopses
  3. References
    • P.S. Pacheco, "Parallel Programming with MPI" (Morgan Kaufmann Publishers, San Francisco, 1997).