Next: , Previous: , Up: OpenACC Runtime Library Routines   [Contents][Index]


5.14 acc_shutdown – Shuts down the runtime for a specific device type.

Description

This function shuts down the runtime for the device type specified in devicetype.

C/C++:
Prototype:acc_shutdown(acc_device_t devicetype);
Fortran:
Interface:subroutine acc_shutdown(devicetype)
integer(acc_device_kind) devicetype
Reference:

OpenACC specification v2.6, section 3.2.8.