libgomp: acc_set_device_type

1 
1 5.2 'acc_set_device_type' - Set type of device accelerator to use.
1 ==================================================================
1 
1 _Description_
1      This function indicates to the runtime library which device typr,
1      specified in DEVICETYPE, to use when executing a parallel or
1      kernels region.
1 
1 _C/C++_:
1      _Prototype_:   'acc_set_device_type(acc_device_t devicetype);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine acc_set_device_type(devicetype)'
1                     'integer(kind=acc_device_kind) devicetype'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.2.
1