Exit with a return code.
More...
Go to the source code of this file.
|
subroutine | errexit (iret) |
| Exit with a return code.
|
|
Exit with a return code.
- Author
- Mark Iredell
- Date
- 1998-06-04
Definition in file errexit.f.
◆ errexit()
subroutine errexit |
( |
integer |
iret | ) |
|
Exit with a return code.
Program history log:
- 1998-06-04 Mark Iredell
- 1999-01-26 Stephen Gilbert
- Changed to use XLF utility routine exit_(n) instead of exit(n). exit_(n) will return the proper value (n must be 4 byte int) to the sh/ksh shell status variable $? ($status for csh) on the IBM SP.
- Parameters
-
[in] | IRET | Integer return code. |
- Author
- Mark Iredell
- Date
- 1998-06-04
Definition at line 19 of file errexit.f.