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

array bounds exceeded

ecc26
Beginner
713 Views
I'm getting error 161 while running this code; array bounds exceeded. How can I find out what array is in question. The error names the line where the code stopped but it doesn't seem to be anything wrong in there.

thank you,

0 Kudos
1 Reply
Steven_L_Intel1
Employee
713 Views
The easiest way is to run the program under the debugger - when it stops, you can examine variables used as array indexes.

Steve
0 Kudos
Reply