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

1.5.2  OMPD

The OMPD interface is intended for third-party tools, which run as separate processes. An OpenMP implementation must provide an OMPD library that can be dynamically loaded and used by a third-party tool. A third-party tool, such as a debugger, uses the OMPD library to access OpenMP state of a program that has begun execution. OMPD defines the following:

Chapter 20 describes OMPD in detail.