intel-openmp
Intel OpenMP* Runtime Library
What it is and what it does
Intel OpenMP is a runtime library that provides OpenMP API support for Intel's compiler suite (C, C++, and Fortran). It enables developers to write multithreaded code using shared-memory parallelism that runs efficiently on multi-core x86_64 processors. The package distributes precompiled dynamic libraries for Windows systems.
This is a system-level dependency rather than a general-purpose library. It is typically installed as a transitive dependency of packages built with Intel compilers, or directly when using Intel's development tools. The medium install friction reflects its platform-specific nature and compiled runtime dependency, making it suitable only for Windows x86_64 environments where Intel compiler tooling is in use.
Use it for:
- Running Python packages compiled with Intel C/C++ extensions that use OpenMP for parallelism.
- Developing multithreaded Fortran or C/C++ code via Intel compilers that needs to run on Windows.
- Enabling shared-memory parallel execution in scientific computing workflows on Windows x86_64 systems.
- Satisfying runtime dependencies for Intel oneAPI-based tools and libraries on Windows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Intel's OpenMP runtime library for x86_64 Windows systems, enabling multithreaded execution support for Intel C, C++, and Fortran compilers.
Yes, if you are using Intel compilers or packages built with them on Windows x86_64. No, if you are not targeting Intel tooling or are on a different platform. The proprietary license and platform specificity mean this is a specialized dependency, not a general utility—install only when required by your compiler or a dependent package.
Install
intel-openmp on PyPI
pip
pip install intel-openmpuv
uv add intel-openmppoetry
poetry add intel-openmpInstalling intel-openmp
Before you install
Active maintenance with a recent release (16 days old). Medium install friction due to platform-specific wheels and a compiled runtime dependency (intel-cmplr-lib-ur), indicating this is a specialized system library rather than a pure Python package.
License in practice
Licensed under Intel End User License Agreement for Developer Tools with unclear treatment classification. This is a proprietary license requiring review of Intel's terms before use in commercial or redistributed projects.
Quickstart
pip install intel-openmp==2026.1.1
import intel_openmp
# OpenMP runtime is now available to Intel compilers and dependent packages
Windows x86_64 system required; intel-cmplr-lib-ur runtime dependency must be available; intended for use with Intel C/C++/Fortran compilers, not as a standalone library.
Verify before relying
- Whether this package can be installed and used on non-Intel compiler toolchains or if it is strictly tied to Intel compiler products.
- Exact Python version compatibility, as requires_python is unspecified in the fact sheet.
- Whether the proprietary Intel End User License Agreement permits redistribution in packaged applications.
Package facts
| License | Intel End User License Agreement for Developer Tools (unclear) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — intel-cmplr-lib-ur |
| Maintenance | actively maintained — 16 days since the last release |
| First released | |
| Downloads | 983,237/month — #4,581 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: intel_openmp-2026.1.1-py2.py3-none-manylinux_2_28_x86_64.whl; intel_openmp-2026.1.1-py2.py3-none-win_amd64.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
intel-cmplr-lib-urProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
tcmlibManages CPU resource coordination between Intel…
unclear · top 5,000 on PyPI
dpcpp-cpp-rtProvides compiler-specific runtime libraries…
unclear · top 15,000 on PyPI
intel-cmplr-lib-rtProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
intel-opencl-rtProvides Intel OpenCL runtime libraries needed…
unclear · top 15,000 on PyPI
intel-sycl-rtProvides the Intel oneAPI DPC++/C++ SYCL…
unclear · top 15,000 on PyPI
tbbProvides Python bindings to Intel's oneAPI…
unclear · top 5,000 on PyPI
threadpoolctlInspect and control the thread-pool size of…
permissive · top 1,000 on PyPI
fyppFypp is a Python-powered preprocessor for…
permissive · top 15,000 on PyPI
cpuset-py3Wraps Linux cpuset kernel facilities through…
unclear · top 15,000 on PyPI