<?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 You can also use asynchronous in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Parallel-Studio-XE-Requirement/m-p/1046319#M48189</link>
    <description>&lt;P&gt;You can also use asynchronous offloads with the XE version. This can be performed in the serial section of host code or from threads within a parallel region. You could also split the work amongst the host and your two Xeon Phi's.&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2015 11:49:29 GMT</pubDate>
    <dc:creator>jimdempseyatthecove</dc:creator>
    <dc:date>2015-04-29T11:49:29Z</dc:date>
    <item>
      <title>Parallel Studio XE Requirement</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-Studio-XE-Requirement/m-p/1046317#M48187</link>
      <description>&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;We are deciding between the professional and cluster editions for use with a pair of Phis.&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Is it mandatory to get the Cluster edition, or will the Professional edition suffice? The only differences seem to be Intel MPI related.&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Would we not be able to use, for example GCC OpenMP? Could we instead use something like TBB?&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;&lt;A href="https://software.intel.com/en-us/articles/intelr-cluster-studio-xe-works-on-xeonr-phi-coprocessor-openmp-tbb-mpi"&gt;https://software.intel.com/en-us/articles/intelr-cluster-studio-xe-works-on-xeonr-phi-coprocessor-openmp-tbb-mpi&lt;/A&gt;&amp;nbsp;deals with Cluster edition exclusively, and from&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/topic/360754"&gt;https://software.intel.com/en-us/forums/topic/360754&lt;/A&gt;, an output appears to rely on Intel OpenMP.&lt;/P&gt;

&lt;BLOCKQUOTE style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;
	&lt;P style="font-size: 12px;"&gt;You can check the shared library dependencies for this binary using the following command:&lt;/P&gt;

	&lt;BLOCKQUOTE style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;
		&lt;P style="margin-bottom: 1.5em; font-size: 12px; color: rgb(83, 87, 94);"&gt;~#/usr/linux-k1om-4.7/bin/x86_64-k1om-linux-readelf -d ./a.out | grep NEEDED&lt;/P&gt;

		&lt;P style="margin-bottom: 1.5em; font-size: 12px; color: rgb(83, 87, 94);"&gt;0x0000000000000001 (NEEDED) Shared library: [libm.so.6]&lt;BR /&gt;
			0x0000000000000001 (NEEDED) Shared library: [libiomp5.so]&lt;/P&gt;
	&lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;However, the Developer Quick Start explicitly appears to state that we can use Professional edition&lt;/P&gt;

&lt;BLOCKQUOTE style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;
	&lt;P style="font-size: 12px;"&gt;You can purchase software development tools at &lt;A href="http://software.intel.com/en-us/linux-tool-suites" target="_blank"&gt;http://software.intel.com/en-us/linux-tool-suites&lt;/A&gt;. Select the tool(s) that fit(s) your need (e.g., “Intel® Parallel Studio XE 2015 Cluster Edition” or the Intel® Parallel Studio XE Professional Edition)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P style="font-size: 12px;"&gt;I am hoping for some clarity on this concern so that we can make an informed choice for the purchase.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2015 02:27:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-Studio-XE-Requirement/m-p/1046317#M48187</guid>
      <dc:creator>philip_o_</dc:creator>
      <dc:date>2015-04-29T02:27:31Z</dc:date>
    </item>
    <item>
      <title>You are correct that cluster</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-Studio-XE-Requirement/m-p/1046318#M48188</link>
      <description>&lt;P&gt;You are correct that cluster edition is needed only if you want mpi . &amp;nbsp;"Symmetric" mpi, where mpi runs on coprocessors as well as host, is available only for linux host. Vtune and openmp for mic are present in all parallel studio versions. If you are interested in mpi, it may be the best way to use multiple mic coprocessors. Tbb is in all c++ packages.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;gcc openmp isn't available for knc coprocessor, nor are the vpu instructions implemented for knc, so it is important to have an intel compiler. I don't know whether tbb has been built with native gcc on mic, but it would likely be disappointing without vpu support.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;there has been work on open source mpi for mic, but i haven't seen discussion of current status.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2015 03:37:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-Studio-XE-Requirement/m-p/1046318#M48188</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-04-29T03:37:01Z</dc:date>
    </item>
    <item>
      <title>You can also use asynchronous</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-Studio-XE-Requirement/m-p/1046319#M48189</link>
      <description>&lt;P&gt;You can also use asynchronous offloads with the XE version. This can be performed in the serial section of host code or from threads within a parallel region. You could also split the work amongst the host and your two Xeon Phi's.&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2015 11:49:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-Studio-XE-Requirement/m-p/1046319#M48189</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2015-04-29T11:49:29Z</dc:date>
    </item>
  </channel>
</rss>

