Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 610 Bytes

File metadata and controls

23 lines (16 loc) · 610 Bytes
description Learn more about the omp pragma directive in Microsoft C/C++
title omp pragma
ms.date 01/22/2021
f1_keywords
vc-pragma.omp
omp_CPP
helpviewer_keywords
pragma, omp
omp pragma
no-loc
pragma

omp pragma

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

Syntax

#pragma omp directive

Remarks

For more information, see OpenMP directives.

See also

Pragma directives and the __pragma and _Pragma keywords