<?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 https://www.cs.uoregon.edu in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075418#M59678</link>
    <description>&lt;P&gt;&lt;A href="https://www.cs.uoregon.edu/research/tau/tau-installguide.pdf" target="_blank"&gt;https://www.cs.uoregon.edu/research/tau/tau-installguide.pdf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;says MIC is supported only for native execution.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2015 12:52:26 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2015-11-25T12:52:26Z</dc:date>
    <item>
      <title>libiomp5.so (with ompt support) cannot trigger ompt_intialize() in an offload openmp environment</title>
      <link>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075414#M59674</link>
      <description>&lt;P&gt;I'm running an Intel MIC offload openmp application using openmp runtime (with ompt support, both the CPU side and the MIC side), while libiomp5.so on the CPU side can trigger its ompt_intialize() and get profile data, libiomp5.so on the MIC side cannot trigger its ompt_intialize(), so that I cannot get the profile data I want. I'm wondering where the problem is.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:43:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075414#M59674</guid>
      <dc:creator>Xiduo_T_</dc:creator>
      <dc:date>2015-11-19T07:43:18Z</dc:date>
    </item>
    <item>
      <title>Are you using the binary</title>
      <link>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075415#M59675</link>
      <description>&lt;P&gt;Are you using the binary release that comes with Intel Parallel Studio XE 2016.1 or are you building the library from &lt;A href="https://www.openmprtl.org" target="_blank"&gt;https://www.openmprtl.org&lt;/A&gt; or does that question make no sense at all? I know ompt is in the code in &lt;A href="https://www.openmprtl.org" target="_blank"&gt;https://www.openmprtl.org&lt;/A&gt;; I didn't think it was in the binary release but then I don't really know much about this.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 23:44:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075415#M59675</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2015-11-24T23:44:37Z</dc:date>
    </item>
    <item>
      <title>I'm sorry. I just leave out</title>
      <link>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075416#M59676</link>
      <description>&lt;P&gt;I'm sorry. I just leave out too many details.&lt;/P&gt;

&lt;P&gt;I'm not using VTune Amplifier, the fact is, I'm using TAU(Tuning and Analysis Utilities) to instrument MIC offload application with openmp code. TAU is configured with ompt option, and the ompt mentioned above is from TAU release.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;libiomp5.so on the CPU side can trigger its ompt_intialize() and get profile data, libiomp5.so on the MIC side cannot trigger its ompt_intialize(), so that I cannot get the profile data I want&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 25 Nov 2015 02:02:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075416#M59676</guid>
      <dc:creator>Xiduo_T_</dc:creator>
      <dc:date>2015-11-25T02:02:24Z</dc:date>
    </item>
    <item>
      <title>Since support for OMPT is not</title>
      <link>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075417#M59677</link>
      <description>&lt;P&gt;Since support for OMPT is not built into the libiomp5.so which ships with the Intel compiler, you must be building your own version. My guess, therefore, is that you haven't managed to have that be the version which is executed by your code. Therefore &amp;nbsp;I think you need to check that (maybe set KMP_SETTINGS=1 and KMP_VERSION=1 to see what the library you are running knows), and talk to the TAU folks about how their MIC libiomp5.so needs to be installed.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 10:25:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075417#M59677</guid>
      <dc:creator>James_C_Intel2</dc:creator>
      <dc:date>2015-11-25T10:25:37Z</dc:date>
    </item>
    <item>
      <title>https://www.cs.uoregon.edu</title>
      <link>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075418#M59678</link>
      <description>&lt;P&gt;&lt;A href="https://www.cs.uoregon.edu/research/tau/tau-installguide.pdf" target="_blank"&gt;https://www.cs.uoregon.edu/research/tau/tau-installguide.pdf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;says MIC is supported only for native execution.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:52:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075418#M59678</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-11-25T12:52:26Z</dc:date>
    </item>
    <item>
      <title>Since support for OMPT is not</title>
      <link>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075419#M59679</link>
      <description>&lt;BLOCKQUOTE&gt;
	&lt;P&gt;Since support for OMPT is not built into the libiomp5.so which ships with the Intel compiler, you must be building your own version. My guess, therefore, is that you haven't managed to have that be the version which is executed by your code. Therefore &amp;nbsp;I think you need to check that (maybe set KMP_SETTINGS=1 and KMP_VERSION=1 to see what the library you are running knows), and talk to the TAU folks about how their MIC libiomp5.so needs to be installed.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Thanks, James. I'll give it a shot and see what happens.&lt;/P&gt;

&lt;DIV class="field field-name-comment-body field-type-text-long field-label-hidden"&gt;
	&lt;DIV class="field-items"&gt;
		&lt;DIV class="field-item even"&gt;
			&lt;BLOCKQUOTE&gt;
				&lt;P&gt;&lt;A href="https://www.cs.uoregon.edu/research/tau/tau-installguide.pdf"&gt;https://www.cs.uoregon.edu/research/tau/tau-installguide.pdf&lt;/A&gt;&lt;/P&gt;

				&lt;P&gt;says MIC is supported only for native execution.&lt;/P&gt;
			&lt;/BLOCKQUOTE&gt;

			&lt;P&gt;Thank you, Tim. As far as I know, TAU does support offload execution and I have successfully done a few experiemnts. But things start going wrong when it comes to offload execution with OpenMP.&lt;/P&gt;

			&lt;P&gt;PS:The TAU folks say they don't support instrumenting openmp offload execution with opari2, so I try to use ompt myself. This is not officially supported by TAU, but seems to be right. However, I cannot get the profile I want. That's it.&lt;/P&gt;

			&lt;P&gt;&amp;nbsp;&lt;/P&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Nov 2015 03:49:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/libiomp5-so-with-ompt-support-cannot-trigger-ompt-intialize-in/m-p/1075419#M59679</guid>
      <dc:creator>Xiduo_T_</dc:creator>
      <dc:date>2015-11-26T03:49:53Z</dc:date>
    </item>
  </channel>
</rss>

