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


5.10 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);
Prototype (OpenACC 1.0 compatibility):acc_async_wait_all(void);
Fortran:
Interface:subroutine acc_wait_all()
Interface (OpenACC 1.0 compatibility):subroutine acc_async_wait_all()
Reference:

OpenACC specification v2.6, section 3.2.13.