RNLECHO(3F) Last changed: 1-6-98
RNLECHO - Specifies output unit for NAMELIST error messages and echo
lines
CALL RNLECHO(unit)
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is valid only when compiling programs
with the MIPSpro 7 Fortran 90 compiler or when compiling programs with
the -craylibs option to the MIPSpro 7.2 F77 compiler. See the "BUGS"
subsection for further details.
RNLECHO specifies the output unit for NAMELIST error messages and echo
lines.
When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
UNICOS or IRIX, all arguments must be of default kind unless
documented otherwise. On UNICOS the default kind is KIND=8 for
integer, real, complex, and logical arguments; on IRIX, the default
kind is KIND=4.
unit Output unit to which error messages and echo lines are sent.
If unit= -1, error messages and lines echoed because of an E
in column 1 go to standard output (stdout).
If unit <= 0, error messages and input lines are echoed to
unit, regardless of any echo flags present. If unit=6 or
unit=101, stdout is implied.
On IRIX systems, the implementation of these routines has not been
thoroughly tested.
RNL(3), RNLSKIP(3F), RNLTYP
, WNLLONG(3F)
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
RNLECHO(3F) Last changed: 1-6-98
RNLECHO - Specifies output unit for NAMELIST error messages and echo
lines
CALL RNLECHO(unit)
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is valid only when compiling programs
with the MIPSpro 7 Fortran 90 compiler or when compiling programs with
the -craylibs option to the MIPSpro 7.2 F77 compiler. See the "BUGS"
subsection for further details.
RNLECHO specifies the output unit for NAMELIST error messages and echo
lines.
When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
UNICOS or IRIX, all arguments must be of default kind unless
documented otherwise. On UNICOS the default kind is KIND=8 for
integer, real, complex, and logical arguments; on IRIX, the default
kind is KIND=4.
unit Output unit to which error messages and echo lines are sent.
If unit= -1, error messages and lines echoed because of an E
in column 1 go to standard output (stdout).
If unit <= 0, error messages and input lines are echoed to
unit, regardless of any echo flags present. If unit=6 or
unit=101, stdout is implied.
On IRIX systems, the implementation of these routines has not been
thoroughly tested.
RNL(3), RNLSKIP(3F), RNLTYP
, WNLLONG(3F)
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
[ Back ]
|