Next: acc_on_device, Previous: acc_init, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_shutdown
– Shuts down the runtime for a specific device type.This function shuts down the runtime for the device type specified in devicetype.
Prototype: | acc_shutdown(acc_device_t devicetype); |
Interface: | subroutine acc_shutdown(devicetype) |
integer(acc_device_kind) devicetype |
OpenACC specification v2.0, section 3.2.13.