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

forrt1: severe <161>

rsvignesh82
Beginner
1,107 Views

My program compiles without any errors and warnings. However, while running it terminates and the error line reads "forrt1: severe <161> : Program Exception - array bounds exceeded"

Anyone has encountered this before?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,107 Views
Is the error message not clear? You have an error in your program that was detected at run-time - an array was indexed out of bounds. This message should be accompanied by more detail, including the name of the array variable, which dimension, the attempted index and the actual bound.Look for the consoke window or possibly a message box that may be behind the current screen.
0 Kudos
rsvignesh82
Beginner
1,107 Views
Thank you for your response. I managed to solve the problem.
0 Kudos
Reply