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.6, section 3.2.11.