- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

OpenMP: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
API . The OpenMP (Open Multi-Processing) is an application programming interface (API) that supports multi-platform shared memory multiprocessing programming in C, C++ and Fortran on many architectures, including Unix and Microsoft Windows platforms.
{{Infobox software
| description = The '''OpenMP''' (Open Multi-Processing) is an application programming interface (API) that supports multi-platform shared memory multiprocessing programming in C, C++ and Fortran on many architectures, including Unix and Microsoft Windows platforms.
| developer              = OpenMP Architecture Review Board
| available on      = [[NEC Nehalem Cluster]]
| category                  = [[:Category:Language Extension | Language Extension]]
| license                = Eclipse Public License
| website                = [http://www.eclipse.org/ www.eclipse.org]
}}


== External links ==
== External links ==
* [http://openmp.org/wp/ OpenMP homepage]
* [http://openmp.org/wp/ OpenMP homepage]
[[Category:Language Extension]]

Revision as of 09:07, 25 February 2010

The OpenMP (Open Multi-Processing) is an application programming interface (API) that supports multi-platform shared memory multiprocessing programming in C, C++ and Fortran on many architectures, including Unix and Microsoft Windows platforms.
Developer: OpenMP Architecture Review Board
Platforms: NEC Nehalem Cluster
Category: Language Extension
License: Eclipse Public License
Website: www.eclipse.org


External links