Parallel Programming Guide for HP-UX Systems

Introduction to parallel environments
OpenMP
Chapter 112
OpenMP
OpenMP is a portable, scalable model that gives shared-memory parallel programmers a
simple and flexible interface for developing parallel applications on platforms ranging from
the desktop to the supercomputer. The OpenMP Application Program Interface (API) supports
multi-platform shared-memory parallel programming in Fortran on all architectures,
including UNIX and Windows NT.
HP C/C++ and Fortran support OpenMP.