<?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 Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Profiling-a-program-in-hStreams/m-p/1083755#M15331</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Could you please try to replace "runsa-knc" to "runsa" as a value of "-collect-with" option.&lt;/P&gt;

&lt;P&gt;amplxe-cl -collect-with runsa -target-system=mic-host-launch&amp;nbsp; -target-duration-type=medium ./bin/host/vecAdd&lt;/P&gt;

&lt;P&gt;Also - usually if you run "-collect-with runsa" you want to specify a list of events that you want to profile using -knob event-config=&amp;lt;list_of_events&amp;gt;. In your case the list is empty since you simply did not order events to collect. Was that the intention?&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 09:46:06 GMT</pubDate>
    <dc:creator>Dmitry_P_Intel1</dc:creator>
    <dc:date>2016-09-21T09:46:06Z</dc:date>
    <item>
      <title>Profiling a program in hStreams</title>
      <link>https://community.intel.com/t5/Analyzers/Profiling-a-program-in-hStreams/m-p/1083754#M15330</link>
      <description>&lt;P&gt;I am profiling a hStreams program (vector addition) with vtune on a Xeon + KNC heterogeneous platform. It reports the following message. Can anybody shade some lights on the issue?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;[jianbin@cn111 vectorAdd-singleStream]$ amplxe-cl -collect-with runsa-knc -target-system=mic-host-launch&amp;nbsp; -target-duration-type=medium ./bin/host/vecAdd&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;amplxe: Using target: mic-host-launch:&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;amplxe: Warning: To collect data on Intel Xeon Phi coprocessor, use -target-system=mic-native or -target-system=mic-hots-launch options. For custom collection on the coprocessor card, add: -collect-with runsa.&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;Note: To profile a native Intel Xeon Phi application in the Application to Launch mode, specify a full path on the target.&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;amplxe: Collection started. To stop the collection, either press CTRL-C or enter from another console window: amplxe-cl -r /home/jianbin/vectorAdd-singleStream/r004runsa_knc -command stop.&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;amplxe: Collection stopped.&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;amplxe: Using result path `/home/jianbin/vectorAdd-singleStream/r004runsa_knc'&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;amplxe: Executing actions 50 % done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;amplxe: Error: 0x4000001d (Cannot find raw collector data)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 12:17:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiling-a-program-in-hStreams/m-p/1083754#M15330</guid>
      <dc:creator>Jianbin_F_</dc:creator>
      <dc:date>2016-09-20T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Analyzers/Profiling-a-program-in-hStreams/m-p/1083755#M15331</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Could you please try to replace "runsa-knc" to "runsa" as a value of "-collect-with" option.&lt;/P&gt;

&lt;P&gt;amplxe-cl -collect-with runsa -target-system=mic-host-launch&amp;nbsp; -target-duration-type=medium ./bin/host/vecAdd&lt;/P&gt;

&lt;P&gt;Also - usually if you run "-collect-with runsa" you want to specify a list of events that you want to profile using -knob event-config=&amp;lt;list_of_events&amp;gt;. In your case the list is empty since you simply did not order events to collect. Was that the intention?&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 09:46:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiling-a-program-in-hStreams/m-p/1083755#M15331</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2016-09-21T09:46:06Z</dc:date>
    </item>
    <item>
      <title>Thanks, Dmitry. It is working</title>
      <link>https://community.intel.com/t5/Analyzers/Profiling-a-program-in-hStreams/m-p/1083756#M15332</link>
      <description>&lt;P&gt;Thanks, Dmitry. It is working now :-)&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 01:30:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiling-a-program-in-hStreams/m-p/1083756#M15332</guid>
      <dc:creator>Jianbin_F_</dc:creator>
      <dc:date>2016-09-29T01:30:52Z</dc:date>
    </item>
  </channel>
</rss>

