libomp5
libomp5 is the runtime library for the LLVM OpenMP project. It provides the OpenMP runtime that executes programs compiled with the LLVM OpenMP implementation (lib omp) and is distributed as a shared library, commonly exposing a versioned symbol such as libomp.so.5. On many Linux distributions, the package is named libomp5 and is installed as a runtime dependency for OpenMP-enabled binaries produced with clang.
The runtime handles core OpenMP functionality at execution time. It manages thread creation and synchronization, schedules
Compatibility and packaging notes indicate that libomp5 is designed to work with compilers that emit OpenMP
Overview: libomp5 is a key component of the LLVM OpenMP ecosystem, serving as the portable runtime that