Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

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

仁义_许_
Beginner
677 Views

Don't know where to find the reason

 

ifort 2019 update5+vs2019+win10

0 Kudos
1 Reply
mecej4
Honored Contributor III
677 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