omp_get_interop_rc_desc
– Obtain error string to an interop_rc
error code ¶The omp_get_interop_rc_desc
function returns a string value describing
the ret_code in human-readable form.
The behavior is unspecified if value of ret_code was not set by an interoperability routine invoked for interop.
Prototype: | const char *omp_get_interop_rc_desc(const omp_interop_t interop,
omp_interop_rc_t ret_code) |
Interface: | character(:) function omp_get_interop_rc_desc(interop,
property_id, ret_code) |
pointer :: omp_get_interop_rc_desc | |
integer(omp_interop_kind), intent(in) :: interop | |
integer (omp_interop_rc_kind) ret_code |
OpenMP specification v5.1, Section 3.12.7, OpenMP specification v6.0, Section 26.7