OpenMP

Home > Computer Science > High-Performance Computing > Supercomputing > OpenMP

It is an API that supports parallel programming in C, C++, and Fortran. OpenMP simplifies programming and improves application performance by allowing the computation to divide between multiple threads.