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

vtune_amplifier_xe_2013 + how to compile

diedro
Beginner
333 Views

dear all,

I have vtune_amplifier_xe_2013, I used it one year ago to analyze the CPU time in my program. 

I remember that it produce the files: .dump and .xml

I do not remember anymore how to compile the program to get the previous files.

I do not remember the flags that I have to use in ifort.

Someone could help me, please?

I am not able to find the guide anymore. Now I am trying to look inside the  vtune_amplifier_xe_2013 folder.

Thanks

 

0 Kudos
1 Reply
Peter_W_Intel
Employee
333 Views

> I remember that it produce the files: .dump and .xml

VTune(TM) Amplifier never produce .dump file - unless your system crashed. 

Did you mean sfdump utility which can generate .tb5 file in 2013(2011) version? Please use latest 2015 version and there is no sfdump again.

.xml files are used for helper doc & vtune project's configuration - please don't modify them manually. 

>I do not remember anymore how to compile the program to get the previous files.

You don't need to know how VTune generates them. Don't modify them, again.

>I do not remember the flags that I have to use in ifort.

About using compiler's switches for VTune, please refer to this articles.

0 Kudos
Reply