Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 738 Bytes

File metadata and controls

29 lines (24 loc) · 738 Bytes
title omp | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-tools
ms.topic reference
f1_keywords
vc-pragma.omp
omp_CPP
dev_langs
C++
helpviewer_keywords
pragmas, omp
omp pragma
ms.assetid 652414c5-78ed-4b7f-8283-1a9fe4c5e78d
author corob-msft
ms.author corob
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