OpenMP

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 132.190.12.40 (talk) at 13:04, 28 November 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The OpenMP Application Program Interface API supports multi-platform shared memory Multiprocessing programming for in C/C++ and Fortran on many architectures, including Unix platforms and Windows platforms.

Jointly defined by a group of major computer hardware and software vendors, OpenMP is a portable, scalable model that gives programmers a simple and flexible interface for developing parallel applications for platforms ranging from the desktop to the supercomputer.