title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ms.workload | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenMP in Visual C++ | Microsoft Docs |
11/04/2016 |
|
article |
|
|
54d8d0da-1f47-4312-9f25-5875c7dc08ed |
7 |
mikeblome |
mblome |
ghogen |
|
The OpenMP C and C++ application program interface lets you write applications that effectively use multiple processors. Visual C++ supports the OpenMP 2.0 standard.
Directives
Provides links to directives used in the OpenMP API.
Clauses
Provides links to clauses used in the OpenMP API.
Library Reference
Provides links to constructs used in the OpenMP API.
C and C++ Application Program Interface
Discusses the OpenMP C and C++ API, as documented in the version 2.0 specification from the OpenMP Architecture Review Board.
/openmp (Enable OpenMP 2.0 Support)
Causes the compiler to process #pragma omp
.
Predefined Macros
Names the predefined ANSI C and Microsoft C++ implementation macros. See the _OPENMP macro.