RNLSKIP(3F) Last changed: 1-6-98
RNLSKIP - Takes appropriate action when an undesired NAMELIST group is
encountered
CALL RNLSKIP(mode)
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.
RNLSKIP determines an appropriate action if the NAMELIST group
encountered is not the desired group.
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.
mode mode can have one of the following values:
>0 Skips the record and issues a message (default)
=0 Skips the record
<0 Aborts the job or goes to the optional ERR= branch
On IRIX systems, the implementation of these routines has not been
thoroughly tested.
RNL(3), RNLECHO(3F), RNLTYPE(3F), WNL(3), WNLLINE(3F), WNLLONG(3F)
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
RNLSKIP(3F) Last changed: 1-6-98
RNLSKIP - Takes appropriate action when an undesired NAMELIST group is
encountered
CALL RNLSKIP(mode)
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.
RNLSKIP determines an appropriate action if the NAMELIST group
encountered is not the desired group.
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.
mode mode can have one of the following values:
>0 Skips the record and issues a message (default)
=0 Skips the record
<0 Aborts the job or goes to the optional ERR= branch
On IRIX systems, the implementation of these routines has not been
thoroughly tested.
RNL(3), RNLECHO(3F), RNLTYPE(3F), WNL(3), WNLLINE(3F), WNLLONG(3F)
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
[ Back ]
|