OpenMP

Shared-memory Parallelism for Fortran, C and C++

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 platforms. Jointly defined by a group of major computer hardware and software vendors including The Portland Group, 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.

(NEW) Watch the OpenMP 3.0 and Task Parallelization video (time: 4:18)

Some useful information on the OpenMP initiative.

Benchmarks

  • Parallelizing the NAS FT Benchmark Using OpenMP
    A self-guided introductory tutorial to using OpenMP directives in Fortran FFTPDE

  • OpenMP Microbenchmarks
    From the Edinburgh Parallel Computing Centre (EPCC)
    EPCC OpenMP Microbenchmarks

Useful Links

  • OpenMP.org
    Simple, Portable, Scalable SMP Programming
    This is the link to the primary OpenMP home page, with information on the status of the standard, draft standards documents, etc.
    www.openmp.org

  • IWOMP
    International Workshop on OpenMP
    A Workshop for OpenMP implementors and users, June 14-16, 2010 in Tsukuba, Japan.
    www.ccs.tsukuba.ac.jp/workshop/IWOMP2010/
Click me