The information in this article applies to:
SUMMARYTo 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=TRUEWhen 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 query words: kbinf 4.00 nofps 4.01 4.10 5.00 5.10
Keywords : |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |