acc_set_device_num
– Set device number to use. ¶This function will indicate to the runtime which device number, specified by devicenum, associated with the specified device type devicetype.
Prototype: | acc_set_device_num(int devicenum, acc_device_t devicetype); |
Interface: | subroutine acc_set_device_num(devicenum, devicetype) |
integer devicenum | |
integer(kind=acc_device_kind) devicetype |
OpenACC specification v2.6, section 3.2.4.