*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> f90/abort (3)              
Title
Content
Arch
Section
 

Contents


ABORT(3F)							     ABORT(3F)


NAME    [Toc]    [Back]

     abort - terminate Fortran program

SYNOPSIS    [Toc]    [Back]

     call abort	( )

DESCRIPTION    [Toc]    [Back]

     abort terminates the program which	calls it, closing all open files
     truncated to the current position of the file pointer.  The abort usually
     results in	a core dump.

DIAGNOSTICS    [Toc]    [Back]

     When invoked, abort prints	``Fortran abort	routine	called'' on the
     standard error output.  The shell prints the message ``abort - core
     dumped'' if a core	dump results.

SEE ALSO    [Toc]    [Back]

      
      
     abort(3C).
     sh(1) in the User's Reference Manual.




































									Page 1



ABORT(3F)					      Last changed: 2-24-98

NAME    [Toc]    [Back]

     ABORT - Requests abort with traceback

SYNOPSIS    [Toc]    [Back]

     CALL ABORT[(msg)]

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

DESCRIPTION    [Toc]    [Back]

     ABORT requests an abort with traceback and	provides an optional
     message written to	the stderr file	and creates a core dump.

     When using	the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
     UNICOS, UNICOS/mk,	or IRIX, all arguments must be of default kind
     unless documented otherwise.  On UNICOS and UNICOS/mk, default kind is
     KIND=8 for	integer, real, complex,	and logical arguments; on IRIX,	the
     default kind is KIND=4.

     msg       Optional	message	of type	character for stderr file.

SEE ALSO    [Toc]    [Back]

      
      
     Application Programmer's Library Reference	Manual,	publication
     SR-2165, for the printed version of this man page.



ABORT(3C)							     ABORT(3C)


NAME    [Toc]    [Back]

     abort - generate an abnormal termination signal

SYNOPSIS    [Toc]    [Back]

     #include <stdlib.h>

     void abort	(void);

DESCRIPTION    [Toc]    [Back]

     abort first closes	all open files,	stdio(3S) streams, directory streams
     and message catalogue descriptors,	if possible, then causes the signal
     SIGABRT to	be sent	to the calling process.

SEE ALSO    [Toc]    [Back]

      
      
     sh(1), exit(2), kill(2), signal(2), catopen(3C), stdio(3S)

DIAGNOSTICS    [Toc]    [Back]

     If	SIGABRT	is neither caught nor ignored, and the current directory is
     writable, a core dump is produced and the message abort - core dumped is
     written by	the shell [see sh(1)].



































									Page 1



ABORT(3F)					      Last changed: 2-24-98

NAME    [Toc]    [Back]

     ABORT - Requests abort with traceback

SYNOPSIS    [Toc]    [Back]

     CALL ABORT[(msg)]

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

DESCRIPTION    [Toc]    [Back]

     ABORT requests an abort with traceback and	provides an optional
     message written to	the stderr file	and creates a core dump.

     When using	the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
     UNICOS, UNICOS/mk,	or IRIX, all arguments must be of default kind
     unless documented otherwise.  On UNICOS and UNICOS/mk, default kind is
     KIND=8 for	integer, real, complex,	and logical arguments; on IRIX,	the
     default kind is KIND=4.

     msg       Optional	message	of type	character for stderr file.

SEE ALSO    [Toc]    [Back]

      
      
     Application Programmer's Library Reference	Manual,	publication
     SR-2165, for the printed version of this man page.
[ Back ]
 Similar pages
Name OS Title
pxffastexit IRIX Terminates a Fortran program
ftnlist IRIX Provides a detailed Fortran program listing
cvpav IRIX present the information about an MP Fortran program from its MIPSpro 7.2 or higher analysis files
cry2mips IRIX Converts Fortran data types between Cray Fortran data types and MIPS IEEE Fortran data types
exit Tru64 Terminate a process
exit IRIX terminate process
_exit Tru64 Terminate a process
atexit Tru64 Terminate a process
pam_end FreeBSD terminate the PAM transaction
_exit HP-UX terminate process
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service