Compile only. Default: -ntrap
The -trap option specifies how each of four numeric data processor (NDP) exceptions will be handled at execution time of your program.
| NDP Exception | Option Argument |
|---|---|
|
Divide-by-Zero |
d |
| Invalid Operation |
i |
| Overflow |
o |
| Underflow |
u |
Specify -trap with any combination of d, i, o, and u to instruct the NDP chip to generate an interrupt when it detects the specified exception(s) and generate an error message. At least one argument must be specified when the -trap option is used.
The -trap option is set using the Fortran|Exception Trapping|Trap All Floating Point Exceptions property. Individual traps can also be set on this page. This option can be set on the property page for the project only.