abort(3f) — RISC
NAME
abort − terminate Fortran program
SYNTAX
call abort ( )
DESCRIPTION
The abort function terminates the program that calls it, closing all open files and truncating them to the current position of the file pointer. The abort usually results in a core cump.
DIAGNOSTICS
When invoked, abort prints the following message to stderr:
"Fortran abort routine called"
If a core dump results, the shell prints the the following message:
"abort - core dumped"