We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef6372 commit 2e180f0Copy full SHA for 2e180f0
docs/parallel/openmp/reference/openmp-environment-variables.md
@@ -61,7 +61,7 @@ set OMP_NESTED[=TRUE | =FALSE]
61
62
The `OMP_NESTED` environment variable can be overridden by the [omp_set_nested](openmp-functions.md#omp-set-nested) function.
63
64
-The default value in the Visual C++ implementation of the OpenMP standard is `OMP_DYNAMIC=FALSE`.
+The default value in the Visual C++ implementation of the OpenMP standard is `OMP_NESTED=FALSE`.
65
66
For more information, see [4.4 OMP_NESTED](../4-environment-variables.md#44-omp_nested).
67
0 commit comments