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

release mode errors

jlmiller
Beginner
333 Views
I'm running visual fortran and have an error when I run in Release mode. When I run in debug mode, the code is fine. When I run in relsease mode, I am getting errors about access violation or exceeding array bounds (even though there is no problem).
0 Kudos
1 Reply
onkelhotte
New Contributor II
333 Views
Your question is very general...
I think that you use an array where the array argument is not initialized properly.
When you know where your access violation happens, you can use write(9,*) variablesto create the file fort.9 and "debug" your code. Its not elegant, but it helps.
0 Kudos
Reply