--- 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" --- # omp Takes one or more OpenMP directives, along with any optional directive clauses. ## Syntax ``` #pragma omp directive ``` ## Remarks See [OpenMP Directives](../parallel/openmp/reference/openmp-directives.md) for more information. ## See Also [Pragma Directives and the __Pragma Keyword](../preprocessor/pragma-directives-and-the-pragma-keyword.md)