HOME
| OPENMP API Specification: Version 5.1 November 2020

2.15  Interoperability

An OpenMP implementation may interoperate with one or more foreign runtime environments through the use of the interop construct that is described in this section, the interop operation for a declared variant function and the interoperability routines that are available through the OpenMP Runtime API.

SVG-Viewer needed.

The implementation must provide foreign-runtime-id values that are enumerators of type omp_interop_fr_t and that correspond to the supported foreign runtime environments.

SVG-Viewer needed.

SVG-Viewer needed.

The implementation must provide foreign-runtime-id values that are named integer constants with kind omp_interop_fr_kind and that correspond to the supported foreign runtime environments.

SVG-Viewer needed.

Each foreign-runtime-id value provided by an implementation will be available as omp_ifr_name, where name is the name of the foreign runtime environment. Available names include those that are listed in the OpenMP Additional Definitions document; implementation-defined names may also be supported. The value of omp_ifr_last is defined as one greater than the value of the highest supported foreign-runtime-id value that is listed in the aforementioned document.

Cross References

  2.15.1  interop Construct
  2.15.2  Interoperability Requirement Set