Repository with instructive OpenMP examples. These examples are here for use within NERS-590 Methods and Practice of Scientific Computing.
These examples are derived from those developed by Tim Mattson for the ATPESC Workshop. Tim's original examples may be found here. And also from John Urbanic from a 2014 HPC workshop at the Pittsburgh Computing Center.
Presently, the following examples are included
- hello world
- Numerical integration of pi using the midpoint rule
- Finite difference of heat equation for Simulated Annealing
Examples are provided in both Fortran and C/C++.