OpenMP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
No edit summary
Line 5: Line 5:
flexible interface for developing parallel applications for platforms ranging
flexible interface for developing parallel applications for platforms ranging
from the desktop to the supercomputer.
from the desktop to the supercomputer.

External links:
* http://www.openmp.org/
* http://www.intel.com/products/software/index.htm
* http://www.sgi.com/software/openmp/
* http://www.sun.com/products-n-solutions/edu/events/archive/hpc/
* http://www.ibm.com/software/awdtools/ccompilers/news/
* http://www.cray.com/products/systems/x1/CrayX1ProductSheet_pdfonly.pdf
* http://www.hp.com/techservers/clusters/5982-1782EN.pdf

Revision as of 13:21, 28 November 2003

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.

External links:

  * http://www.openmp.org/
  * http://www.intel.com/products/software/index.htm
  * http://www.sgi.com/software/openmp/
  * http://www.sun.com/products-n-solutions/edu/events/archive/hpc/
  * http://www.ibm.com/software/awdtools/ccompilers/news/
  * http://www.cray.com/products/systems/x1/CrayX1ProductSheet_pdfonly.pdf
  * http://www.hp.com/techservers/clusters/5982-1782EN.pdf