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

19.2  Activating a First-Party Tool

To activate a tool, an OpenMP implementation first determines whether the tool should be initialized. If so, the OpenMP implementation invokes the initializer of the tool, which enables the tool to prepare to monitor execution on the host. The tool may then also arrange to monitor computation that executes on target devices. This section explains how the tool and an OpenMP implementation interact to accomplish these tasks.

  19.2.5  Tracing Activity on Target Devices with OMPT