libgomp: acc_init

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