Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

out of bounds aray

raviaglave
Beginner
400 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
400 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