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

did not output CSV file.

Qun_L_
Beginner
362 Views

Hi,

Does anyone know this problem?

It works well when I run spec using amplxe-cl, but it did not output csv file, which I have defined it in script, but this can work in my previous computer.

This is the script:

/opt/intel/vtune_amplifier_xe_2016/bin64/amplxe-cl --collect custom-analysis-0 -follow-child -target-duration-type=short -allow-multiple-runs -no-analyze-system -data-limit=100 -result-dir=/home/foo/intel/MyAmplifierProjects/intel_test3/astar  -- /home/foo/SPEC/QUN/SPEC/cpu2006/scripts/runastar
/opt/intel/vtune_amplifier_xe_2016/bin64/amplxe-cl -report summary -format csv -report-output=/home/foo/intel/MyAmplifierProjects/intel_test3/astar -r /home/foo/intel/MyAmplifierProjects/intel_test3/astar

Thank you.

0 Kudos
1 Reply
Dmitry_P_Intel1
Employee
362 Views

Hello,

VTune should generate the file home/foo/intel/MyAmplifierProjects/intel_test3/astar.csv in your case. Do you mean to say that you don't see the file generated?

Will this syntax work:

opt/intel/vtune_amplifier_xe_2016/bin64/amplxe-cl -report summary -format csv -r /home/foo/intel/MyAmplifierProjects/intel_test3/astar >/home/foo/intel/MyAmplifierProjects/intel_test3/astar.csv

Thanks & Regards, Dmitry

 

0 Kudos
Reply