Next: omp_set_dynamic, Previous: omp_is_initial_device, Up: Runtime Library Routines [Contents][Index]
omp_set_default_device
– Set the default device for target regionsSet the default device for target regions without device clause. The argument shall be a nonnegative device number.
Prototype: | void omp_set_default_device(int device_num); |
Interface: | subroutine omp_set_default_device(device_num) |
integer device_num |
OpenMP specification v4.5, Section 3.2.29.