Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 1008 Bytes

File metadata and controls

54 lines (49 loc) · 1008 Bytes
title omp | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc-pragma.omp
omp_CPP
dev_langs
C++
C
helpviewer_keywords
pragmas, omp
omp pragma
ms.assetid 652414c5-78ed-4b7f-8283-1a9fe4c5e78d
caps.latest.revision 7
author corob-msft
ms.author corob
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

omp

Takes one or more OpenMP directives, along with any optional directive clauses.

Syntax

  
#pragma omp directive  

Remarks

See OpenMP Directives for more information.

See Also

Pragma Directives and the __Pragma Keyword