출처 : https://computing.llnl.gov/tutorials/openMP/
OpenMP Reference : http://msdn.microsoft.com/en-us/library/tt15eb9t.aspx
Free OpenMP Download (30 days) : http://www.intel.com/cd/software/products/asmo-na/eng/download/eval/219690.htm
An Application Program Interface (API) that may be used to explicitly direct multi-threaded, shared memory parallelism
- Comprised of three primary API components:
- Compiler Directives
- Runtime Library Routines
- Environment Variables
- Portable:
- The API is specified for C/C++ and Fortran
- Most major platforms have been implemented including Unix/Linux platforms and Windows NT
- Standardized:
- Jointly defined and endorsed by a group of major computer hardware and software vendors
- What does OpenMP stand for?
- Short version: Open Multi-Processing
- Long version: Open specifications for Multi-Processing via collaborative work between interested parties from the hardware and software industry, government and academia.
'Codec > Etc' 카테고리의 다른 글
activex property (0) | 2014.09.05 |
---|