<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic execute vTune error in  symmetric mode in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/execute-vTune-error-in-symmetric-mode/m-p/1080031#M61222</link>
    <description>&lt;P&gt;I want to use VTune to analyze a program on phi and CPU in symmetric mode .But when I run the following command and get error information.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; wj@mcc21:~/mic_test$ mpirun -host mcc21 -n 1 ./cpu : -host mic0 -n 1 amplxe-cl&amp;nbsp; -c advanced-hotspots /home/wj/graph/mic&lt;BR /&gt;
	/home/wj/bin/amplxe-cl: /home/wj/bin/amplxe-cl: cannot execute binary file&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; I have already scp amplexe-cl to phi.What's wrong? By the way,How to use VTune to detect TLB miss and Cache miss in symmetric mode.Could you please give the specific command?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2016 07:51:47 GMT</pubDate>
    <dc:creator>ye_f_1</dc:creator>
    <dc:date>2016-04-08T07:51:47Z</dc:date>
    <item>
      <title>execute vTune error in  symmetric mode</title>
      <link>https://community.intel.com/t5/Software-Archive/execute-vTune-error-in-symmetric-mode/m-p/1080031#M61222</link>
      <description>&lt;P&gt;I want to use VTune to analyze a program on phi and CPU in symmetric mode .But when I run the following command and get error information.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; wj@mcc21:~/mic_test$ mpirun -host mcc21 -n 1 ./cpu : -host mic0 -n 1 amplxe-cl&amp;nbsp; -c advanced-hotspots /home/wj/graph/mic&lt;BR /&gt;
	/home/wj/bin/amplxe-cl: /home/wj/bin/amplxe-cl: cannot execute binary file&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; I have already scp amplexe-cl to phi.What's wrong? By the way,How to use VTune to detect TLB miss and Cache miss in symmetric mode.Could you please give the specific command?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 07:51:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/execute-vTune-error-in-symmetric-mode/m-p/1080031#M61222</guid>
      <dc:creator>ye_f_1</dc:creator>
      <dc:date>2016-04-08T07:51:47Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/execute-vTune-error-in-symmetric-mode/m-p/1080032#M61223</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;For this case you can use the following syntax:&lt;/P&gt;

&lt;P&gt;&lt;A href="mailto:wj@mcc21:~/mic_test$"&gt;wj@mcc21:~/mic_test$&lt;/A&gt; mpirun -host mcc21 -n 1 amplxe-cl -target-system=mic-host-launch -c advanced-hotspots ./cpu : -host mic0 /home/wj/graph/mic&lt;/P&gt;

&lt;P&gt;VTune does not have full fledged command line on&amp;nbsp;KNC card. In&amp;nbsp;the indirect case with running the rank process&amp;nbsp;through pmi_proxy we need to trigger the collection&amp;nbsp;from the host.&amp;nbsp;So in the notation above the collection on MIC will be triggered and stopped by rank on host that should be OK in MPI case.&lt;/P&gt;

&lt;P&gt;For collecting TLB and Cache misses I would recommend to use VTune General Exploration analysis:&lt;/P&gt;

&lt;P&gt;&lt;A href="mailto:wj@mcc21:~/mic_test$"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;wj@mcc21:~/mic_test$&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; mpirun -host mcc21 -n 1 amplxe-cl -target-system=mic-host-launch -c&amp;nbsp;general-exploration -knob enable-tlb-metrics=true ./cpu : -host mic0 /home/wj/graph/mic&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:30:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/execute-vTune-error-in-symmetric-mode/m-p/1080032#M61223</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2016-04-08T11:30:34Z</dc:date>
    </item>
    <item>
      <title>Quote:dmitry-prohorov (Intel)</title>
      <link>https://community.intel.com/t5/Software-Archive/execute-vTune-error-in-symmetric-mode/m-p/1080033#M61224</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;dmitry-prohorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;For this case you can use the following syntax:&lt;/P&gt;

&lt;P&gt;&lt;A href="mailto:wj@mcc21:~/mic_test$" rel="nofollow"&gt;wj@mcc21:~/mic_test$&lt;/A&gt; mpirun -host mcc21 -n 1 amplxe-cl -target-system=mic-host-launch -c advanced-hotspots ./cpu : -host mic0 /home/wj/graph/mic&lt;/P&gt;

&lt;P&gt;VTune does not have full fledged command line on&amp;nbsp;KNC card. In&amp;nbsp;the indirect case with running the rank process&amp;nbsp;through pmi_proxy we need to trigger the collection&amp;nbsp;from the host.&amp;nbsp;So in the notation above the collection on MIC will be triggered and stopped by rank on host that should be OK in MPI case.&lt;/P&gt;

&lt;P&gt;For collecting TLB and Cache misses I would recommend to use VTune General Exploration analysis:&lt;/P&gt;

&lt;P&gt;&lt;A href="mailto:wj@mcc21:~/mic_test$" rel="nofollow"&gt;wj@mcc21:~/mic_test$&lt;/A&gt; mpirun -host mcc21 -n 1 amplxe-cl -target-system=mic-host-launch -c&amp;nbsp;general-exploration -knob enable-tlb-metrics=true ./cpu : -host mic0 /home/wj/graph/mic&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi Dmitry&lt;BR /&gt;
	&amp;nbsp; Thank you very much. I use following command and get the TLB miss ratio . By the way, dose this value represent the accurate TLB miss ratio on Phi?&lt;BR /&gt;
	&amp;nbsp; mpirun -host mcc21 -n 1 amplxe-cl -target-system=mic-host-launch -c general-exploration -knob enable-tlb-metrics=true ./cpu : -host mic0 /home/wj/graph/mic&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/execute-vTune-error-in-symmetric-mode/m-p/1080033#M61224</guid>
      <dc:creator>ye_f_1</dc:creator>
      <dc:date>2016-04-08T13:01:58Z</dc:date>
    </item>
  </channel>
</rss>

