libgomp: acc_shutdown

1 
1 5.13 'acc_shutdown' - Shuts down the runtime for a specific device type.
1 ========================================================================
1 
1 _Description_
1      This function shuts down the runtime for the device type specified
1      in DEVICETYPE.
1 
1 _C/C++_:
1      _Prototype_:   'acc_shutdown(acc_device_t devicetype);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine acc_shutdown(devicetype)'
1                     'integer(acc_device_kind) devicetype'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.13.
1