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

5.7  Data Copying Clauses

This section describes the copyin clause and the copyprivate clause. These two clauses support copying data values from private or threadprivate variables of an implicit task or thread to the corresponding variables of other implicit tasks or threads in the team.

  5.8.1  Implicit Data-Mapping Attribute Rules
  5.8.2  Mapper Identifiers and mapper Modifiers
  5.8.3  map Clause
  5.8.4  enter Clause
  5.8.5  link Clause
  5.8.6  Pointer Initialization for Device Data Environments
  5.8.7  defaultmap Clause
  5.8.8  declare mapper Directive