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

Runtime Error information

jpw1222
Beginner
465 Views

When running a FORTRAN program from the command line, is there a way get decent runtime error information? It would be nice to get a subroutine name and a line number just like the good-old VAX FORTRAN compiler would do. Right now, all that I get is the cryptic Hexadecimal Program counter trace back which is absolutely no value to humans.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
465 Views
Build the program with /traceback .
0 Kudos
Reply