It translates C and Fortran programs with OpenMP pragmas into C code suitable for compiling with a native compiler linked with
•
The OpenMP and Auto-parallelization applications provide the performance gains from shared
•
OpenMP parallel code for multicores can be automatically generated from sequential C program sections.
The current standard interface for shared memory multiprocessing is OpenMP.
•
The Cray parallel directives were a direct predecessor of OpenMP.
OpenMP |