OpenMP computing approach

Parallelization for shared-memory multiprocessor/multicore computers is per­formed using OpenMP. OpenMP is an implementation of multithreading and it consists of a set of compiler directives, library routines, and environment var­iables.

Using the shared memory approach the computational tasks are divided on a number of threads.