Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 1.8 KB

File metadata and controls

58 lines (52 loc) · 1.8 KB
title OpenMP in Visual C++ | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
OpenMP in Visual C++
explicit parallelization
explicit parallelization, OpenMP in Visual C++
ms.assetid 54d8d0da-1f47-4312-9f25-5875c7dc08ed
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

OpenMP in Visual C++

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.

In This Section

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.

Related Sections

/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.