3.11.5 omp_get_interop_name – Obtain the name of an interop_property value as string

Description:

The omp_get_interop_name function returns the name of the property itself as string; for the properties specified by the OpenMP specification, the name matches the name of the named constant with the ‘omp_ipr_’ prefix removed.

C/C++:
Prototype:const char *omp_get_interop_name(const omp_interop_t interop, omp_interop_property_t property_id)
Fortran:
Interface:character(:) function omp_get_interop_name(interop, property_id)
pointer :: omp_get_interop_name
integer(omp_interop_kind), intent(in) :: interop
integer(omp_interop_property_kind) property_id
See also:

omp_get_num_interop_properties – Get the number of implementation-specific properties, omp_get_interop_type_desc – Obtain type and description to an interop_property

Reference:

OpenMP specification v5.1, Section 3.12.5, OpenMP specification v6.0, Section 26.5