ompRewbishopO
ompRewbishopO is an open‑source parallel computing library that implements a refined version of OpenMP directives for the Rust programming language. It was first released in 2023 by the Rewbishop Research Group at the University of Bergen, which aimed to bring high‑performance shared‑memory programming capabilities to the Rust ecosystem. The library builds upon the existing rust‑omp crate but introduces stricter type safety guarantees, support for dynamic work sharing, and a lightweight scheduler that integrates with the Rayon data‑parallelism framework.
Key features of ompRewbishopO include support for parallel loops with reduction, critical sections, and task constructs
Academic and industrial users have adopted ompRewbishopO in computational fluid dynamics, signal processing, and machine‑learning workloads