acc_async_test_all
– Tests for completion of all asynchronous operations. ¶This function tests for completion of all asynchronous operations.
In C/C++, a non-zero value is returned to indicate all asynchronous
operations have completed while Fortran returns true
. If
any asynchronous operation has not completed, C/C++ returns zero and
Fortran returns false
.
Prototype: | int acc_async_test_all(void); |
Interface: | function acc_async_test() |
logical acc_get_device_num |
OpenACC specification v2.6, section 3.2.10.