Miscellaneous Run-Time Procedures: table

Name Procedure Type Description
FOR_CHECK_FLAWED_PENTIUM Function FOR_CHECK_FLAWED_PENTIUM( ). Checks the processor to determine if it shows characteristics of the Pentium® floating-point divide flaw.
FOR_GET_FPE Function FOR_GET_FPE( ). Returns the current settings of floating-point exception flags.
FOR_RTL_FINISH_ Function FOR_RTL_FINISH_ ( ). Cleans up the Fortran run-time environment; for example, flushing buffers and closing files. It also issues messages about floating-point exceptions, if any occur.
FOR_RTL_INIT_ Subroutine FOR_RTL_INIT_(argcount, actarg). Initializes the Fortran run-time environment. It establishes handlers and floating-point exception handling, so Fortran subroutines behave the same as when called from a Fortran main program.
FOR_SET_FPE Function FOR_SET_FPE(a). Sets the floating-point exception flags.
FOR_SET_REENTRANCY Function FOR_SET_REENTRANCY(mode). Controls the type of reentrancy protection that the Fortran Run-Time Library (RTL) exhibits.