OpenMP
|
The OpenMP Application Program Interface (API) supports multi-platform shared memory multiprocessing programming for in C/C++ and Fortran on many architectures, including Unix platforms and Windows platforms.
Jointly defined by a group of major computer hardware and software vendors, OpenMP is a portable, scalable model that gives programmers a simple and flexible interface for developing parallel applications for platforms ranging from the desktop to the supercomputer.
Often a so-called hybrid-model parallel programming, using both OpenMP and MPI (Message Passing Interface), is used for programming computer clusters.
External links
- the official site for OpenMP (http://www.openmp.org/)
- Community (http://cOMPunity.org/) of OpenMP Users, Researchers, Tool Developers and Providers
- Intel® Threading Tools (http://intel.com/software/products/threading/)
- SGI (http://sgi.com/software/openmp/)
- Dynamic Performance Monitor for OpenMP (http://alphaworks.ibm.com/tech/dpomp)
- Parawiki page for OpenMP (http://parawiki.plm.eecs.uni-kassel.de/parawiki/index.php/OpenMP)
- Cray X1™ system (http://cray.com/products/systems/x1/CrayX1ProductSheet_pdfonly.pdf)
- XC clusters product summary (http://hp.com/techservers/clusters/5982-1782EN.pdf)
- Parallel Programming Guide for HP-UX Systems (http://docs.hp.com/hpux/onlinedocs/B3909-90003/00/00/1-con.html)
- PC Cluster Consortium (http://www.pccluster.org/)
- GCC's OpenMP implementation (http://gcc.gnu.org/wiki/GOMP)