Athapascan-0 termination.
a0tError a0Terminate( | void | );
| |
This function terminates all the threads of Athapascan-0. It must be called in all nodes. A parallel barrier is done before exiting to verify that all nodes have executed the function. No Athapascan-0 functions can be used after the call of this function. This function may also terminate the parallel program, so it must be the last useful function called by every node.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |