libgomp: acc_get_device_type

1 
1 5.3 'acc_get_device_type' - Get type of device accelerator to be used.
1 ======================================================================
1 
1 _Description_
1      This function returns what device type will be used when executing
1      a parallel or kernels region.
1 
1 _C/C++_:
1      _Prototype_:   'acc_device_t acc_get_device_type(void);'
1 
1 _Fortran_:
1      _Interface_:   'function acc_get_device_type(void)'
1                     'integer(kind=acc_device_kind) acc_get_device_type'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.3.
1