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.

same .exe different results

cr362
Beginner
504 Views

Dear All,

Sorry if this is a strange question, but is there any reason why the same .exe (only compiled once) will produce different results? The code is exactly the same, as are the inputs. I run the code once, and then run it again but get a different result. The difference is small (0.01), but this is still important for my code.

Thanks, and if you need any more info then let me know.

0 Kudos
1 Reply
TimP
Honored Contributor III
504 Views
Uninitialized variables? bounds violations?
0 Kudos
Reply