llvm-openmp
The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran.
The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran.
To install this package, run one of the following:
LLVM's OpenMP runtime library (libomp) provides a high-performance implementation of the OpenMP API specification for shared-memory parallel programming. This package delivers the runtime library and headers needed to execute OpenMP programs compiled with clang or other LLVM-based compilers. It supports all major OpenMP features including parallel regions, work-sharing constructs, synchronization primitives, and SIMD directives. The implementation is optimized for modern multi-core processors and provides excellent scalability across different platforms including Linux, macOS, and Windows.
Summary
The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran.
Last Updated
Apr 8, 2026 at 18:32
License
Apache-2.0 WITH LLVM-exception
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/llvm/llvm-project/Documentation
https://llvm.org/docs/