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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

same .exe different results

cr362
Beginner
553 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
553 Views
Uninitialized variables? bounds violations?
0 Kudos
Reply