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

out of bounds aray

raviaglave
Beginner
367 Views
i under stand that out of bounds arrays can be detected using the -CB flag. the diagonistic flag -d1 or d2 prints certail messages. However I am not able to figure out from them which array is out of bounds. Is there some documentation which describes what the -d1 or -d2 level of diagonistics print out? How can one print them to a file instead of screen.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
367 Views
Probably the best way to deal with this is to run the program in the debugger and let the debugger catch the exception and stop at the point of error. There is no documentation beyond what's in the User Guide.

Steve
0 Kudos
Reply