Getting Started with OpenMP -- C version
Table of Contents
- Introduction
- But First Some Administrative Matters
- A First OpenMP Program
- The basic idea
- The "arrayUpdate" program
- Compiling and running the "arrayUpdate_serial" program
- Compiling and running the "arrayUpdate" program
- An OpenMP Program with Loop Dependences
- An OpenMP Program with Explicit Synchronization Requirements
- Review and Preview
- Using the TotalView OpenMP Debugger