OpenMP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
 
mNo edit summary
Line 1: Line 1:
The OpenMP [[Application Program Interface]] [[API]] supports multi-platform [[shared memory]] [[Multiprocessing]] programming for in [[C programming language|C]]/[[C_Plus_Plus|C++]] and [[Fortran]] on many architectures, including Unix platforms and Windows platforms.
The '''OpenMP''' [[Application Program Interface]] [[API]] supports multi-platform [[shared memory]] [[Multiprocessing]] programming for in [[C programming language|C]]/[[C_Plus_Plus|C++]] and [[Fortran]] on many architectures, including Unix platforms and Windows platforms.


Jointly defined by a group of major computer hardware and software vendors,
Jointly defined by a group of major computer hardware and software vendors,

Revision as of 13:05, 28 November 2003

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.