Open Multi Processing

last modified: September 22, 2008

OpenMultiProcessing (OpenMP) is a ParallelProgrammingModel which defines a set of language extensions implemented as compiler directives. Implementations are available for FortranLanguage, CeeLanguage and CeePlusPlus.

OpenMP is useful for the case where several processors share access to the same memory.

Book

Compare with MessagePassingInterface (MPI).


Loading...