インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Elemental Module Intrinsic Function (Generic): Controls halting or continuation after an exception.
CALL IEEE_SET_HALTING_MODE (flag, halting)
flag |
(Input) Must be of type TYPE (IEEE_FLAG_TYPE). It specifies one of the following IEEE flags: IEEE_DIVIDE_BY_ZERO, IEEE_INEXACT, IEEE_INVALID, IEEE_OVERFLOW, or IEEE_UNDERFLOW |
halting |
(Input) Must be scalar and of type default logical. If the value is true, the exception specified in FLAG will cause halting; otherwise, execution will continue after this exception. |