HOME
| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"

4.4  Loop Concepts

OpenMP semantics frequently involve loops that occur in the base language code. As detailed in this section, OpenMP defines several concepts that facilitate the specification of those semantics and their associated syntax.

  4.4.2  OpenMP Loop-Iteration Spaces and Vectors
  4.4.3  collapse Clause
  4.4.4  ordered Clause
  4.4.5  Consistent Loop Schedules