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

What's wrong when running the code?

hadesmajesty
Beginner
252 Views
I am using IVF 10.1.025. My code runs well in the debug mode (F5). But when I switch to the normal one (Ctrl+F5), the data blow up after a loop is finished.

So, what's wrong?

Thanks.
0 Kudos
2 Replies
TimP
Honored Contributor III
252 Views
Have you taken the usual steps to check for bugs, including compiling with /Qdiag-enable and compiling and running with /check ?
0 Kudos
bmchenry
New Contributor II
252 Views

Be sure to check the compilation options between the DEBUG and RELEASE.
You may have changed something in DEBUG but havenot in RELEASE.
0 Kudos
Reply