Next: , Previous: , Up: OpenACC Runtime Library Routines   [Contents][Index]


5.9 acc_wait_all – Waits for completion of all asynchronous operations.

Description

This function waits for the completion of all asynchronous operations.

C/C++:
Prototype:acc_wait_all(void);
Fortran:
Interface:subroutine acc_wait_async()
Reference:

OpenACC specification v2.0, section 3.2.10.