12%
07.11.2011
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
... something like the following code snippet:
#pragma omp name_of_directive [clauses]
Compilers that don’t support OpenMP, such as older versions of GCC before version 4.2, will just ignore the compiler ...
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.