Next: acc_wait_all, Previous: acc_async_test_all, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_wait
– Wait for completion of a specific asynchronous operation.This function waits for completion of the asynchronous operation specified in arg.
Prototype: | acc_wait(arg); |
Prototype (OpenACC 1.0 compatibility): | acc_async_wait(arg); |
Interface: | subroutine acc_wait(arg) |
integer(acc_handle_kind) arg | |
Interface (OpenACC 1.0 compatibility): | subroutine acc_async_wait(arg) |
integer(acc_handle_kind) arg |
OpenACC specification v2.0, section 3.2.8.