Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

why the result of debug edition is different from the release edition?

仁义_许_
Beginner
411 Views

Don't know where to find the reason

 

ifort 2019 update5+vs2019+win10

0 Kudos
1 Reply
mecej4
Honored Contributor III
411 Views

There can be many reasons for disagreement between results compiled with different compiler options. If the differences are small, e.g., the differences are only in the least significant digit, such differences may be considered normal. Large differences, on the other hand, can be caused by bugs -- bugs in your code, bugs in the library, bugs in the optimizer part of the compiler, etc.

It is not reasonable to expect a simple answer to your general question. Please provide a test case (code, data, instructions to build and run).

0 Kudos
Reply