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

15.9  OpenMP Dependences

This section describes constructs and clauses in OpenMP that support the specification and enforcement of dependences. OpenMP supports two kinds of dependences: task dependences, which enforce orderings between tasks; and cross-iteration dependences, which enforce orderings between loop iterations.

  15.10.1  Stand-alone ordered Construct
  15.10.2  Block-associated ordered Construct
  15.10.3  parallelization-level Clauses