OpenMP is an application programming interface (API) that is widely accepted as a standard for high-level shared-memory parallel programming. It is a portable, scalable programming model that provides a simple and exible interface for - veloping shared-memory parallel applications in Fortran, C, and C++. Since its introduction in 1997, OpenMP has gained support from the majority of high-performance compiler and hardware vendors. Under the direction of the OpenMP Architecture Review Board (ARB), the OpenMP standard is being further improved. Active research in OpenMP compilers, runtime...
OpenMP is an application programming interface (API) that is widely accepted as a standard for high-level shared-memory parallel programming. It is a ...