a0Abort()

Aborts the whole program.


Syntax

a0tError a0Abort(
int code );

Arguments

Namerd/wrDescription
code write Error code to be returned.

Description

This function aborts the program execution, in case of an user detencted irrecoverable error. It terminates all the parallel program and doesn't return to user anymore. The value code is passed ``as is'' to the Unix exit() function.

See Also

a0Init() a0Terminate()