I'd like for the traceback information to be printed when I call abort in my code, but it doesn't seem to be doing this. From what I've read, it seems like calling abort should print a stack trace. Is there something else I need to do to get this to work? Thanks!
I've compiled with the following options using both ifort versions 11.1.046 and 2013.0.079:
-FR -assume byterecl -g -debug all -traceback
all it prints is
abort: Fortran Abort Called
Thread Topic:
Question