June 2003
Intermediate to advanced
540 pages
11h 43m
English
The latest versions of the IBM C and C++ compiler products for AIX support OpenMP, which parallelizes your C and C++ applications. By inserting simple OpenMP directives[1] (start with “#pragma omp”) into your source code, your application can be parallelized and efficiently performs on SMP systems.
[1] In addition to the OpenMP directives, the IBM C and C++ compiler products for AIX also have been supporting IBM SMP directives to parallelize your C and C++ applications. See Appendix E, “Supported IBM SMP directives” on page 483 for more information about the IBM SMP directives.
This chapter explains how to use the OpenMP support of the IBM C and C++ compiler products for AIX.
The OpenMP support ...
Read now
Unlock full access