top left image
top centre image
<<Prev
Top
Next>>
 
  What is OpenMP
 
  Why OpenMP
 
  OpenMP &
    Multithreaded
    Programming
 
  Multithreaded
    Programming
    Models
 
  OpenMP Specs
 
  Compiler & 
    OpenMP
 
  Examples, DIY
 
  Remarks
 
  References
 
 

What is OpenMP

  • An application program interface (API) for shared memory programming


  • Using compiler directives, library routines and environment variables


  • A model for parallel programming, portable across shared memory architectures


  • A proposed industry standard


  • Available for C/C++, FORTRAN


  • OpenMP is (not) a language extension
 
Bottom of Sidebar