<?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 Hello, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030488#M41839</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Since vtune does not have amplxe-cl on MIC card the collection should be launched on the host that contains the card let me check if one of the following options can help (assuming that you use VTune Amplifier XE 2013 Update X).&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;gt;amplxe-cl &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;-collect knc-hotspots -result-dir ./vtune&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;mpirun&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;-host &amp;lt;&amp;lt;nodename&amp;gt;&amp;gt;-mic0 -n 1 -env KMP_LIBRARY turnaround -env KMP_BLOCKTIME infinite -env KMP_STACKSIZE 64m &amp;nbsp;./SeisXeon.Reduce.MIC.MPIC.Dump &amp;nbsp;./T16.Intel.15June.3x.TTL98.job&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;(assuming that the application to launch under MPI is&amp;nbsp;/SeisXeon.Reduce.MIC.MPIC.Dump and&amp;nbsp;./T16.Intel.15June.3x.TTL98.job is a parameter.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Or you can run mpirun natively on the card and in this case the CL on the host will be something like:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;&amp;gt;amplxe-cl&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;-collect knc-hotspots -result-dir ./vtune ssh mic0 mpirun&amp;nbsp;-n 1 -env KMP_LIBRARY turnaround -env KMP_BLOCKTIME infinite -env KMP_STACKSIZE 64m &amp;nbsp;./SeisXeon.Reduce.MIC.MPIC.Dump &amp;nbsp;./T16.Intel.15June.3x.TTL98.job&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In VTune Amplifier XE 2015 we also have a bit changed syntax though this one will also work with deprication warning.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks &amp;amp; Rgeards, Dmitry&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2014 08:03:17 GMT</pubDate>
    <dc:creator>Dmitry_P_Intel1</dc:creator>
    <dc:date>2014-10-21T08:03:17Z</dc:date>
    <item>
      <title>Problem for VTUNE analysis on MIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030487#M41838</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am facing problem for doing VTUNE analysis for one of my application on MIC. i have already done VTUNE analysis of this application on xeon but want to do for xeon phi also to identify what are hotspots which are taking more time for xeon phi, as the compute time for optimized application is very less on xeon as compare to xeon phi.&lt;/P&gt;

&lt;P&gt;when i am trying to do VTUNE analysis this error comes.&lt;/P&gt;

&lt;P&gt;" &amp;nbsp;/home/opt/ICS-2013.1.039-intel64/vtune_amplifier_xe_2013/bin64/amplxe-cl: line 1: syntax error: unexpected "(" &amp;nbsp;&amp;nbsp;"&amp;nbsp;&lt;/P&gt;

&lt;P&gt;the commad i used in pbs is&lt;/P&gt;

&lt;P&gt;mpirun -configfile config_file&lt;/P&gt;

&lt;P&gt;where config_file is generated like this (here node name will be node no. which i get in queue).&lt;/P&gt;

&lt;P&gt;-host &amp;lt;&amp;lt;nodename&amp;gt;&amp;gt;-mic0 -n 1 -env KMP_LIBRARY turnaround -env KMP_BLOCKTIME infinite -env KMP_STACKSIZE 64m amplxe-cl -collect knc-hotspots -result-dir ./vtune ./SeisXeon.Reduce.MIC.MPIC.Dump &amp;nbsp;./T16.Intel.15June.3x.TTL98.job&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(Souce for amplxe-vars is done before amplxe-cl command)&lt;/P&gt;

&lt;P&gt;without VTUNE application runs for MIC but when try to do VTUNE analysis above error comes.&lt;/P&gt;

&lt;P&gt;so please provide any suggestions and tell if any changes are required to do in pbs file&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 04:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030487#M41838</guid>
      <dc:creator>Londhe__Ashutosh</dc:creator>
      <dc:date>2014-10-21T04:46:07Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030488#M41839</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Since vtune does not have amplxe-cl on MIC card the collection should be launched on the host that contains the card let me check if one of the following options can help (assuming that you use VTune Amplifier XE 2013 Update X).&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;gt;amplxe-cl &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;-collect knc-hotspots -result-dir ./vtune&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;mpirun&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;-host &amp;lt;&amp;lt;nodename&amp;gt;&amp;gt;-mic0 -n 1 -env KMP_LIBRARY turnaround -env KMP_BLOCKTIME infinite -env KMP_STACKSIZE 64m &amp;nbsp;./SeisXeon.Reduce.MIC.MPIC.Dump &amp;nbsp;./T16.Intel.15June.3x.TTL98.job&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;(assuming that the application to launch under MPI is&amp;nbsp;/SeisXeon.Reduce.MIC.MPIC.Dump and&amp;nbsp;./T16.Intel.15June.3x.TTL98.job is a parameter.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Or you can run mpirun natively on the card and in this case the CL on the host will be something like:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;&amp;gt;amplxe-cl&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;-collect knc-hotspots -result-dir ./vtune ssh mic0 mpirun&amp;nbsp;-n 1 -env KMP_LIBRARY turnaround -env KMP_BLOCKTIME infinite -env KMP_STACKSIZE 64m &amp;nbsp;./SeisXeon.Reduce.MIC.MPIC.Dump &amp;nbsp;./T16.Intel.15June.3x.TTL98.job&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In VTune Amplifier XE 2015 we also have a bit changed syntax though this one will also work with deprication warning.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks &amp;amp; Rgeards, Dmitry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 08:03:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030488#M41839</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-10-21T08:03:17Z</dc:date>
    </item>
    <item>
      <title>Thanks Dmitry sir for your</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030489#M41840</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Dmitry sir for your valuable reply. I run the application with changed command, now VTUNE result is collecting but another error is coming&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12px; line-height: 17.3999996185303px; background-color: rgb(224, 240, 255);"&gt;ERROR connecting to MIC card, make sure sep_mic_server is running on the card, retrying connection...&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;so i wanted to know whether it is system side problem or any other? because without VTUNE, MPIRUN command works properly. I already mailed this query to our support team, so please guide to solve this further issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2014 11:39:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030489#M41840</guid>
      <dc:creator>Londhe__Ashutosh</dc:creator>
      <dc:date>2014-11-05T11:39:11Z</dc:date>
    </item>
    <item>
      <title>Hi Ashutosh, </title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030490#M41841</link>
      <description>&lt;P&gt;Hi Ashutosh,&amp;nbsp;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;Intel VTune Amplifier XE requires the SEP driver in order to run the analysis on a system. This applies for the Intel Xeon Phi coprocessor as well. In your case, It seems that the SEP driver is not running on the coprocessor.&amp;nbsp;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;You can check if the SEP driver is load on the coprocessor by running the following command on the coprocessor:&amp;nbsp;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;[bash]&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;[snaik5@orspt-le64-87-mic0:~]&lt;BR /&gt;
	$ lsmod | grep sep&lt;BR /&gt;
	sep3_15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;45337 &amp;nbsp;0&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;[/bash]&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;If you do not see a SEP driver running then you can load the SEP driver by going to &amp;lt;Intel VTune Amplifier XE Install Dir&amp;gt;/bin64/k1om/ and running the following:&amp;nbsp;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;[bash]&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;-bash-4.1$ cd /opt/intel/vtune_amplifier_xe_2015/bin64/k1om/&lt;BR /&gt;
	-bash-4.1$ sudo ./micboot_install.sh&lt;BR /&gt;
	SEP configuration files have been successfully installed in the configuration directory.&lt;BR /&gt;
	Please run &amp;nbsp;"service mpss restart" to start the SEP service.&lt;BR /&gt;
	itt successfully installed.&lt;BR /&gt;
	Please restart mpss service.&lt;BR /&gt;
	_amplxe_vtune_amplifier_xe_2015.1.1.380310 successfully installed.&lt;/P&gt;

&lt;P&gt;Enabling prebuild driver installation.&lt;BR /&gt;
	vtsspp driver is ready to install.&lt;BR /&gt;
	vtsspp driver successfully installed for group "500".&lt;/P&gt;

&lt;P&gt;Restart Intel Manycore Platform Software Stack (MPSS) to complete installation.&lt;BR /&gt;
	&amp;nbsp; sudo service mpss restart&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;[/bash]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;

&lt;P&gt;-Sumedh&lt;P&gt;&lt;/P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2014 18:42:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-for-VTUNE-analysis-on-MIC/m-p/1030490#M41841</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-11-05T18:42:36Z</dc:date>
    </item>
  </channel>
</rss>

