Suppressing Math Coprocessor Use by a FORTRAN Application

ID: Q47749

4.00 4.01 4.10 5.00 5.10 | 4.10 5.00 5.10

MS-DOS                   | OS/2
kbprg kbhw

The information in this article applies to:

To prevent a FORTRAN program linked with the emulator math library from using the math coprocessor, modify your environment to define the symbol NO87. Enter the following command at the operating system prompt:

   SET NO87=TRUE

When NO87 is defined to contain any string, no FORTRAN application will use the coprocessor. Instead, each application displays the "use of coprocessor suppressed" message.

To suppress coprocessor use for all FORTRAN applications under MS-DOS, edit your AUTOEXEC.BAT file to include the SET command. Under OS/2, edit your CONFIG.SYS file to include the SET command.

For more information, see page 16 of the Microsoft FORTRAN "Advanced Topics" manual for version 5.1, page 17 of the Microsoft FORTRAN "Advanced Topics" manual for version 5.0, or page 204 of the Microsoft FORTRAN "User's Guide" for versions 4.x. The index lists this information under the heading "Environment Variables, NO87." In FORTRAN version 3.2, see the README.TXT file for information on the NO87 environment variable.

Additional reference words: kbinf 4.00 4.01 4.10 5.00 5.10 KBCategory: kbprg kbhw KBSubcategory: FORTLngIss

Last Reviewed: April 30, 1998