02.07.2014 Views

Intel(R) Fortran Compiler for Linux* Systems User's Guide Volume I ...

Intel(R) Fortran Compiler for Linux* Systems User's Guide Volume I ...

Intel(R) Fortran Compiler for Linux* Systems User's Guide Volume I ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Intel</strong>® <strong>Fortran</strong> <strong>Compiler</strong> <strong>for</strong> <strong>Linux*</strong> <strong>Systems</strong> <strong>User's</strong> <strong>Guide</strong> <strong>Volume</strong> I: Building<br />

Applications<br />

edit descriptor, <strong>for</strong> which a value of zero was assumed.<br />

69 1 error (69): Process interrupted (SIGINT)<br />

FOR$IOS_SIGINT. The process received the signal<br />

SIGINT. Determine source of this interrupt signal<br />

(described in signal(3)).<br />

70 1 severe (70): Integer overflow<br />

FOR$IOS_INTOVF. During an arithmetic operation, an<br />

integer value exceeded byte, word, or longword range.<br />

The result of the operation was the correct low-order part.<br />

Consider specifying a larger integer data size (modify<br />

source program or, <strong>for</strong> an INTEGER declaration, possibly<br />

use the f90 option -integer_size nn ).<br />

71 1 severe (71): Integer divide by zero<br />

FOR$IOS_INTDIV. During an integer arithmetic<br />

operation, an attempt was made to divide by zero. The<br />

result of the operation was set to the dividend, which is<br />

equivalent to division by 1.<br />

72 1 error (72): Floating overflow<br />

FOR$IOS_FLTOVF. During an arithmetic operation, a<br />

floating-point value exceeded the largest representable<br />

value <strong>for</strong> that data type.<br />

73 1 error (73): Floating divide by zero<br />

FOR$IOS_FLTDIV. During a floating-point arithmetic<br />

operation, an attempt was made to divide by zero.<br />

74 1 error (74): Floating underflow<br />

FOR$IOS_FLTUND. During an arithmetic operation, a<br />

floating-point value became less than the smallest finite<br />

value <strong>for</strong> that data type. Depending on the values of the -<br />

fpe n option, the underflowed result was either set to<br />

zero or allowed to gradually underflow.<br />

75 1 error (75): Floating point exception<br />

FOR$IOS_SIGFPE. A floating-point exception occurred.<br />

Core dump file created. Possible causes include:<br />

• Division by zero<br />

• Overflow<br />

• Invalid operation, such as subtraction of infinite<br />

values, multiplication of zero by infinity (without<br />

signs), division of zero by zero or infinity by infinity<br />

252

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!