XERHLT Subroutine

subroutine XERHLT(MESSG)

BEGIN PROLOGUE XERHLT SUBSIDIARY PURPOSE Abort program execution and print error message. LIBRARY SLATEC (XERROR) CATEGORY R3C TYPE ALL (XERHLT-A) KEYWORDS ABORT PROGRAM EXECUTION, ERROR, XERROR AUTHOR Jones, R. E., (SNLA) **DESCRIPTION

Abstract Note machine dependent routine XERHLT aborts the execution of the program. The error message causing the abort is given in the calling sequence, in case one needs it for printing on a dayfile, for example.

Description of Parameters MESSG is as in XERMSG.

REFERENCES R. E. Jones and D. K. Kahaner, XERROR, the SLATEC Error-handling Package, SAND82-0800, Sandia Laboratories, 1982. ROUTINES CALLED (NONE) REVISION HISTORY (YYMMDD) 790801 DATE WRITTEN 861211 REVISION DATE from Version 3.2 891214 Prologue converted to Version 4.0 format. (BAB) 900206 Routine changed from user-callable to subsidiary. (WRB) 900510 Changed calling sequence to delete length of character and changed routine name from XERABT to XERHLT. (RWC) 920501 Reformatted the REFERENCES section. (WRB) END PROLOGUE XERHLT

Arguments

Type IntentOptional Attributes Name
character(len=*) :: MESSG

**FIRST EXECUTABLE STATEMENT XERHLT


Called by

proc~~xerhlt~~CalledByGraph proc~xerhlt XERHLT proc~xermsg XERMSG proc~xermsg->proc~xerhlt proc~chfev CHFEV proc~chfev->proc~xermsg proc~pchdf PCHDF proc~pchdf->proc~xermsg proc~pchsp PCHSP proc~pchsp->proc~xermsg proc~pchfe PCHFE proc~pchfe->proc~xermsg proc~pchfe->proc~chfev proc~pchsp_95 pchsp_95 proc~pchsp_95->proc~pchsp proc~pchfe_95 PCHFE_95 proc~pchfe_95->proc~pchfe

Contents