Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 825 Bytes

File metadata and controls

34 lines (29 loc) · 825 Bytes
title omp | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc-pragma.omp
omp_CPP
dev_langs
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
ms.workload
cplusplus

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