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

same .exe different results

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