aboutsummaryrefslogtreecommitdiff
path: root/openmp/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/README.rst')
-rw-r--r--openmp/README.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/openmp/README.rst b/openmp/README.rst
index 63afb70d..5e28b9a 100644
--- a/openmp/README.rst
+++ b/openmp/README.rst
@@ -141,10 +141,6 @@ Options for ``libomp``
Intel(R) Many Integrated Core Architecture (Intel(R) MIC Architecture) to
build for. This value is ignored if **LIBOMP_ARCH** does not equal ``mic``.
-**LIBOMP_OMP_VERSION** = ``50|45|40|30``
- OpenMP version to build for. Older versions will disable certain
- functionality and entry points.
-
**LIBOMP_LIB_TYPE** = ``normal|profile|stubs``
Library type can be ``normal``, ``profile``, or ``stubs``.
@@ -192,8 +188,8 @@ Optional Features
multi-node systems where a small ``CACHE_LINE`` setting leads to false sharing.
**LIBOMP_OMPT_SUPPORT** = ``ON|OFF``
- Include support for the OpenMP Tools Interface (OMPT).
- This option is supported and ``ON`` by default for x86, x86_64, AArch64, and
+ Include support for the OpenMP Tools Interface (OMPT).
+ This option is supported and ``ON`` by default for x86, x86_64, AArch64, and
PPC64 on Linux* and macOS*.
This option is ``OFF`` if this feature is not supported for the platform.