- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using amplxe-cl to process analysis, but when I was using the same script which works no problem in Vtune Amplifier 2011 has problem occurred in Vtune Amplifier 2016, the script is below:
/usr/foo/intel/vtune_amplifier_xe_2011/bin64/amplxe-cl --collect custom_analysis_0 -follow-child -target-duration-type=short -allow-multiple-runs -no-analyze-system -data-limit=100 -result-dir=/usr/foo/intel/MyProjects/test/dealII -format csv -report-output=/usr/foo/intel/MyProjects/test/dealII -summary -- /usr/foo/cpu2006/rundealII
the problem occurred described as:
''-collect does't accept option -format''
So does anyone knows this problem? I tried make changes according the newest reference documents, but still not work, hope anyone can help.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Qun,
Since currently -collect command does not operate with report options like -format or -report-output you can divide it by to CL invocations:
>amplxe-cl --collect custom_analysis_0 -follow-child -target-duration-type=short -allow-multiple-runs -no-analyze-system -data-limit=100 -result-dir=/usr/foo/intel/MyProjects/test/dealII -- /usr/foo/cpu2006/rundealII
>amplxe-cl -report summary -format csv -report-output=/usr/foo/intel/MyProjects/test/dealII -r /usr/foo/intel/MyProjects/test/dealII
Hope this helps.
Thanks & Regards, Dmitry
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Or is anyone knows where can download Vtune Amplifier XE 2011? I did not find the archives on this website...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Qun,
Since currently -collect command does not operate with report options like -format or -report-output you can divide it by to CL invocations:
>amplxe-cl --collect custom_analysis_0 -follow-child -target-duration-type=short -allow-multiple-runs -no-analyze-system -data-limit=100 -result-dir=/usr/foo/intel/MyProjects/test/dealII -- /usr/foo/cpu2006/rundealII
>amplxe-cl -report summary -format csv -report-output=/usr/foo/intel/MyProjects/test/dealII -r /usr/foo/intel/MyProjects/test/dealII
Hope this helps.
Thanks & Regards, Dmitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dmitry-prohorov (Intel) wrote:
Hello Qun,
Since currently -collect command does not operate with report options like -format or -report-output you can divide it by to CL invocations:
>amplxe-cl --collect custom_analysis_0 -follow-child -target-duration-type=short -allow-multiple-runs -no-analyze-system -data-limit=100 -result-dir=/usr/foo/intel/MyProjects/test/dealII -- /usr/foo/cpu2006/rundealII
>amplxe-cl -report summary -format csv -report-output=/usr/foo/intel/MyProjects/test/dealII -r /usr/foo/intel/MyProjects/test/dealII
Hope this helps.
Thanks & Regards, Dmitry
Hi Dmitry,
Thank you for this, I have tried in this way, so we cannot define that two in one command line right?
Best,
Qun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Qun,
This is correct, VTune "-collect" command does not accept report related knobs.
Thanks & Regards, Dmitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, Dmitry-prohorov.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dmitry-prohorov (Intel) wrote:
Hello Qun,
Since currently -collect command does not operate with report options like -format or -report-output you can divide it by to CL invocations:
>amplxe-cl --collect custom_analysis_0 -follow-child -target-duration-type=short -allow-multiple-runs -no-analyze-system -data-limit=100 -result-dir=/usr/foo/intel/MyProjects/test/dealII -- /usr/foo/cpu2006/rundealII
>amplxe-cl -report summary -format csv -report-output=/usr/foo/intel/MyProjects/test/dealII -r /usr/foo/intel/MyProjects/test/dealII
Hope this helps.
Thanks & Regards, Dmitry
Hi Dmitry,
Do you know this problem?
I have installed the Vtune in a new computer, but it showed:
amplxe: Error: File "/home/SPEC/cpu2006/scripts/runastar" is not an executable binary.
It works well in my previous computer, I am sure.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, this error message says that the file "runastar" that you specified as an application to launch is not an executable. Please check this file is accessible on your new system and has executable permission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vitaly Slobodskoy (Intel) wrote:
Well, this error message says that the file "runastar" that you specified as an application to launch is not an executable. Please check this file is accessible on your new system and has executable permission.
Thank you. Have solved this in another post. So, do you know why it can not output CSV file?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page