Aborts the whole program.
a0tError a0Abort( | | | |
| int | code );
| |
Name | rd/wr | Description |
code | write | Error code to be returned. |
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.