You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discusses the .lib files that make up the OpenMP run-time libraries in Visual C++.
16
16
@@ -23,10 +23,10 @@ The following libraries contain the Visual C++ OpenMP run-time library functions
23
23
24
24
If _DEBUG is defined in a compilation and if `#include omp.h` is in source code, VCOMPD.LIB will be the default lib. Otherwise, VCOMP.LIB will be used.
25
25
26
-
You can use [/NODEFAULTLIB (Ignore Libraries)](../../../build/reference/nodefaultlib-ignore-libraries.md) to remove the default lib and explicitly link with the lib of your choice.
26
+
You can use [/NODEFAULTLIB (ignore libraries)](../../../build/reference/nodefaultlib-ignore-libraries.md) to remove the default lib and explicitly link with the lib of your choice.
27
27
28
28
The OpenMP DLLs are in the Visual C++ redistributable directory and need to be distributed with applications that use OpenMP.
title: "OpenMP Library Reference | Microsoft Docs"
2
+
title: "OpenMP library reference | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "11/04/2016"
4
+
ms.date: "10/24/2018"
5
5
ms.technology: ["cpp-parallel"]
6
6
ms.topic: "reference"
7
7
dev_langs: ["C++"]
@@ -10,19 +10,19 @@ author: "mikeblome"
10
10
ms.author: "mblome"
11
11
ms.workload: ["cplusplus"]
12
12
---
13
-
# OpenMP Library Reference
13
+
# OpenMP library reference
14
14
15
15
Provides links to constructs used in the OpenMP API.
16
16
17
17
The Visual C++ implementation of the OpenMP standard includes the following constructs.
18
18
19
19
|Construct|Description|
20
20
|---------------|-----------------|
21
-
|[Libraries](../../../parallel/openmp/reference/openmp-libraries.md)|Discusses the .lib files that make up the OpenMP run-time libraries in Visual C++.|
22
-
|[Data Types](../../../parallel/openmp/reference/openmp-data-types.md)|Provides links to data types used in the OpenMP API.|
23
-
|[Environment Variables](../../../parallel/openmp/reference/openmp-environment-variables.md)|Provides links to environment variables used in the OpenMP API.|
24
-
|[Functions](../../../parallel/openmp/reference/openmp-functions.md)|Provides links to functions used in the OpenMP API.|
21
+
|[Libraries](openmp-libraries.md)|Discusses the .lib files that make up the OpenMP run-time libraries in Visual C++.|
22
+
|[Data types](openmp-data-types.md)|Provides links to data types used in the OpenMP API.|
23
+
|[Environment variables](openmp-environment-variables.md)|Provides links to environment variables used in the OpenMP API.|
24
+
|[Functions](openmp-functions.md)|Provides links to functions used in the OpenMP API.|
0 commit comments