Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.18 KB

File metadata and controls

26 lines (19 loc) · 1.18 KB
description Learn more about: OpenMP in Visual C++
title OpenMP in Visual C++
ms.date 03/20/2019
helpviewer_keywords
OpenMP in Visual C++
explicit parallelization
explicit parallelization, OpenMP in Visual C++
ms.assetid 54d8d0da-1f47-4312-9f25-5875c7dc08ed

OpenMP in Visual C++

The OpenMP C and C++ application program interface lets you write applications that effectively use multiple processors. Visual C++ supports the OpenMP 2.0 standard.

In This Section

Library Reference
Provides links to constructs used in the OpenMP API.

C and C++ Application Program Interface
Discusses the OpenMP C and C++ API, as documented in the version 2.0 specification from the OpenMP Architecture Review Board.

Related Sections

/openmp (Enable OpenMP 2.0 Support)
Causes the compiler to process #pragma omp.

Predefined Macros
Names the predefined ANSI C and Microsoft C++ implementation macros. See the _OPENMP macro.