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

Trace function gives no line numbers or source information

Sander_V_
Beginner
238 Views

Hello everyone,

When I compile a program with the -Qvec-report0 -check:all -debug:full -traceback options I get the following Trace window when a error occurs in the code. However the trace windows doensn't provide any line or source information.

I have tested the code with two Intel Fortran Compilers (version 2013 and 2015) and both compilers give the same result. I use Windows 7-64 bit as operating system.

Kind regards,

Sander Vos

 error.jpg

0 Kudos
1 Reply
Steven_L_Intel1
Employee
239 Views

Do you have incremental linking enabled? That will disable location information in tracebacks.

0 Kudos
Reply