Skip to main content

openmp

About

OpenMP is a shared-memory/multi-threading programming model for writing parallel processing codes. It is based on inserting hints into the source code, which the compiler uses in conjunction with the normal language features to enable multi-threading.