Provides Rust bindings to link with OpenMP (libgomp) for parallel programming.
# Cargo.toml
[dependencies]
openmp-sys = "1.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Gets the current OpenMP thread number.
Install libgomp via your package manager (e.g., apt install libomp-dev on Ubuntu).
No dependency data recorded yet.