Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Vtuen: Analysis of fortran compiled executables

dioctonio
Beginner
288 Views

Hi all, I have a problem using Vtune 8with files compiled(Intel compiler). from afortran 90sourcecode.

Vtune is not able to show the source code in making the analysis, is this function limited to C++?

Thanks

John

0 Kudos
1 Reply
TimP
Honored Contributor III
288 Views

Fortran is same as C or C++. Objects must be built with -g symbols, and source code available on the computer where VTune analyzer is running. If you use pre-processing, it may help to save the pre-processed source. The current VTune 8.0.2 version is able to show source code in some cases where previous versions were not.
0 Kudos
Reply