Suppressing Math Coprocessor Use by a FORTRAN Application (47749)



The information in this article applies to:

  • Microsoft FORTRAN Compiler for MS-DOS 4.0
  • Microsoft FORTRAN Compiler for MS-DOS 4.01
  • Microsoft FORTRAN Compiler for MS-DOS 4.1
  • Microsoft FORTRAN Compiler for MS-DOS 5.0
  • Microsoft FORTRAN Compiler for MS-DOS 5.1
  • Microsoft FORTRAN compiler for OS/2 4.1
  • Microsoft FORTRAN compiler for OS/2 5.0
  • Microsoft FORTRAN compiler for OS/2 5.1

This article was previously published under Q47749

SUMMARY

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.

Modification Type:MajorLast Reviewed:12/1/2003
Keywords:KB47749