Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4827 Discussions

Vtuen: Analysis of fortran compiled executables

dioctonio
Beginner
218 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
Black Belt
218 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.
Reply