--- 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](../parallel/openmp/reference/openmp-directives.md). ## See also [Pragma directives and the `__pragma` and `_Pragma` keywords](./pragma-directives-and-the-pragma-keyword.md)