LLVM's OpenMP runtime library
libomp builds on z/OS, but is not usable.
- Any program compiled with
-fopenmpaborts at runtime (stack overflow). - The runtime does not function at all at this stage.
OpenMP support on z/OS is currently non-functional.
Use the zopen package manager (QuickStart Guide) to install:
zopen install libomp- Clone the repository:
git clone https://github.com/zopencommunity/libompport.git
cd libompport- Build using zopen:
zopen build -vvSee the zopen porting guide for more details.
Contributions are welcome! Please follow the zopen contribution guidelines.