Next: acc_wait_all_async, Previous: acc_wait, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_wait_all
– Waits for completion of all asynchronous operations.This function waits for the completion of all asynchronous operations.
Prototype: | acc_wait_all(void); |
Prototype (OpenACC 1.0 compatibility): | acc_async_wait_all(void); |
Interface: | subroutine acc_wait_all() |
Interface (OpenACC 1.0 compatibility): | subroutine acc_async_wait_all() |
OpenACC specification v2.0, section 3.2.10.