Numerical Computing with Modern Fortran

Richard J. Hanson and Tim Hopkins

Chapter 15: OpenMP in Fortran

Source Code:

  1. in zip format
  2. in gzipped tar format

These examples illustrate a number of issues that are intended as helpers when getting started using OpenMP. The Fortran compiler must be configured to process OpenMP directives, i.e. those source lines starting with '!$OMP'.