OpenMP

From BlueM
Revision as of 07:16, 21 July 2009 by Froehlich (talk | contribs) (Created page with '{{BlueM.Sim nav}} <blockquote> The OpenMP Application Program Interface (API) supports multi-platform shared-memory parallel programming in C/C++ and Fortran on all architectures…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BlueM_icon.png BlueM.Sim | Downloads | Application | Theory | Development

The OpenMP Application Program Interface (API) supports multi-platform shared-memory parallel programming in C/C++ and Fortran on all architectures, including Unix platforms and Windows NT platforms. Jointly defined by a group of major computer hardware and software vendors, OpenMP is a portable, scalable model that gives shared-memory parallel programmers a simple and flexible interface for developing parallel applications for platforms ranging from the desktop to the supercomputer.

openmp.org

Some of the calculation loops in BlueM.Sim have been made OpenMP-capable. The OpenMP-directives are only interpreted in the OpenMP build configurations and are still experimental.