a0InitCommit()

End Athapascan-0 startup.


Syntax

a0tError a0InitCommit( void );

Description

This function terminates the startup phase of an Athapascan-0 parallel program. Thisfunction must be called before using any Athapascan-0 objets created in the initialization step. After the return of this function, all nodes have finished their startup.


Return Values

If an error condition occurs, it returns the error code, otherwise it returns A0ErrOk. Possible values are as follows:
Error CodeDescription
A0Err...Some error occurred.
A0ErrOkSuccessful completion.

See Also

a0Init()