Returns C-pointer of given stream.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | this |
stream ID |
false (accelerator support is not enabled)
FUNCTION acc_stream_cptr(this) RESULT(res)
!! Returns C-pointer of given stream.
INTEGER, INTENT(in) :: this
!! stream ID
LOGICAL :: res
!! false (accelerator support is not enabled)
MARK_USED(this)
res = .FALSE.
END FUNCTION acc_stream_cptr