<?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 I believe that the analyzer in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036655#M44253</link>
    <description>&lt;P&gt;I believe that the analyzer uses the default key (id_rsa) when it tries to connect to the coprocessor. Is there a reason why you have a separate RSA key for the coprocessor? Would it be possible to use the default key in your case?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also, your command line is incorrect. When you specify the target system as mic-native, you no longer need to explicitly ssh to the coprocessor. The correct command line would be:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;amplxe-cl -c advanced-hotspots -target-system=mic-native -result-dir ./analysis -- &amp;lt;path-to-app-on-coprocessor&amp;gt;/application.out&lt;/P&gt;

&lt;P&gt;I hope this helps.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2015 17:31:49 GMT</pubDate>
    <dc:creator>Sumedh_N_Intel</dc:creator>
    <dc:date>2015-08-05T17:31:49Z</dc:date>
    <item>
      <title>How to use VTune with ssh public key?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036654#M44252</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;

&lt;P&gt;My system forces users to use public key to access to not only the host system but also its coprocessors. I just want to collect some performance data from the Xeon Phi. (My application works in native mode.) So I ran the VTune tool with a command like the below.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;amplxe-cl -collect knc-lightweight-hotspots -result-dir ./analysis -target-system=mic-native -- ssh -i ~/.ssh/id_rsa_phi root@mic0 "application.out"&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But I just got the permission denied errors.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;amplxe: Error: Permission denied (publickey,password,keyboard-interactive).&lt;BR /&gt;
	amplxe: Error: Amplifier cannot detect Intel Xeon Phi coprocessor configuration.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is anyone familiar with this kind of permission issues? How am I supposed to run the VTune in command line mode at the system which forces secure connection?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2015 18:18:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036654#M44252</guid>
      <dc:creator>Sunwoo_L_</dc:creator>
      <dc:date>2015-08-02T18:18:08Z</dc:date>
    </item>
    <item>
      <title>I believe that the analyzer</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036655#M44253</link>
      <description>&lt;P&gt;I believe that the analyzer uses the default key (id_rsa) when it tries to connect to the coprocessor. Is there a reason why you have a separate RSA key for the coprocessor? Would it be possible to use the default key in your case?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also, your command line is incorrect. When you specify the target system as mic-native, you no longer need to explicitly ssh to the coprocessor. The correct command line would be:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;amplxe-cl -c advanced-hotspots -target-system=mic-native -result-dir ./analysis -- &amp;lt;path-to-app-on-coprocessor&amp;gt;/application.out&lt;/P&gt;

&lt;P&gt;I hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 17:31:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036655#M44253</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2015-08-05T17:31:49Z</dc:date>
    </item>
    <item>
      <title>Thank you, Sumedh Naik. </title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036656#M44254</link>
      <description>&lt;P&gt;Thank you, Sumedh Naik.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I will ask the system administrator about using the default key. Also I figured out that the command line was incorrect right after I wrote the question. Thank you again.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2015 15:34:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036656#M44254</guid>
      <dc:creator>Sunwoo_L_</dc:creator>
      <dc:date>2015-08-07T15:34:27Z</dc:date>
    </item>
    <item>
      <title>Just in case - if you still</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036657#M44255</link>
      <description>&lt;P&gt;Just in case - if you still need to run ssh manually from the host by some reason to profile on mic then you can use the following syntax:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;gt;amplxe-cl -collect advanced-hotspots -result-dir ./analysis -target-system=mic-host-launch -- ssh -i ~/.ssh/id_rsa_phi root@mic0:/my_dir/application.out&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;But in this case you will need to point search directories on the host for VTune for the modules of interest to have them resolved adding -search-dir my_dir_on_the_host_where_target_binaries_reside&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks &amp;amp; Regards, Dmitry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 09:35:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-use-VTune-with-ssh-public-key/m-p/1036657#M44255</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2015-08-21T09:35:34Z</dc:date>
    </item>
  </channel>
</rss>

