<?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 try this: in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933356#M15331</link>
    <description>&lt;P&gt;try this:&lt;/P&gt;

&lt;P&gt;1) Locate the directory where these libraries are in your installation&lt;/P&gt;

&lt;P&gt;2) set this environment variable prior to embree execution (COI uses this to find the libraries on the host and copy them to the coprocessor):&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;export SINK_LD_LIBRARY_PATH=&amp;lt;path1&amp;gt;:&amp;lt;path2:&amp;gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Where &amp;lt;path1&amp;gt; and &amp;lt;path2&amp;gt; are full paths in your given file systems to the directory which holds the necessary libraries for your application.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2014 18:35:19 GMT</pubDate>
    <dc:creator>BelindaLiviero</dc:creator>
    <dc:date>2014-03-04T18:35:19Z</dc:date>
    <item>
      <title>Using embree on CentOS 6.4</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933353#M15328</link>
      <description>&lt;P&gt;&amp;nbsp;When I running "embree" in CnetOS6.4,there goes error message"libembree_xeonphi.so.2 &amp;nbsp;COI_MISSING_DEPENDENCY".&lt;BR /&gt;
	&amp;nbsp;Is there any other way for me to debug?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2014 12:13:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933353#M15328</guid>
      <dc:creator>eben_l_</dc:creator>
      <dc:date>2014-03-02T12:13:14Z</dc:date>
    </item>
    <item>
      <title>Can you confirm the version</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933354#M15329</link>
      <description>&lt;P&gt;Can you confirm the version of embree you downloaded (and from where)?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 17:50:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933354#M15329</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2014-03-03T17:50:34Z</dc:date>
    </item>
    <item>
      <title>There is my config as below.</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933355#M15330</link>
      <description>&lt;P&gt;There is my config as below.&lt;/P&gt;

&lt;P&gt;OS：CENTOS 6.4 X64 、 CENTOS 6.5 X64&lt;BR /&gt;
	Install kit：LLVM 、 Clang 、 ISPC 、 MPSS 3.1.2(only mpss &amp;nbsp;no OFED….) 、Intel Composer XE 2013_SP1.2.14&lt;/P&gt;

&lt;P&gt;embree 2.2&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: Monaco, 'Bitstream Vera Sans Mono', 'Lucida Console', Terminal, monospace; font-size: 14px; line-height: 21px; white-space: pre;"&gt;git clone &lt;A href="https://github.com/embree/embree.git" target="_blank"&gt;https://github.com/embree/embree.git&lt;/A&gt; embree&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: Monaco, 'Bitstream Vera Sans Mono', 'Lucida Console', Terminal, monospace; font-size: 14px; line-height: 21px; white-space: pre;"&gt;git clone &lt;A href="https://github.com/embree/embree-renderer.git" target="_blank"&gt;https://github.com/embree/embree-renderer.git&lt;/A&gt; embree-renderer&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There goes error message when I build program. Is it possible to cause the error before?&lt;/P&gt;

&lt;P&gt;error message:icpc:warning #10237:-lcilkrts linked in dynamically,static library not available&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 06:11:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933355#M15330</guid>
      <dc:creator>eben_l_</dc:creator>
      <dc:date>2014-03-04T06:11:59Z</dc:date>
    </item>
    <item>
      <title>try this:</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933356#M15331</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;

&lt;P&gt;1) Locate the directory where these libraries are in your installation&lt;/P&gt;

&lt;P&gt;2) set this environment variable prior to embree execution (COI uses this to find the libraries on the host and copy them to the coprocessor):&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;export SINK_LD_LIBRARY_PATH=&amp;lt;path1&amp;gt;:&amp;lt;path2:&amp;gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Where &amp;lt;path1&amp;gt; and &amp;lt;path2&amp;gt; are full paths in your given file systems to the directory which holds the necessary libraries for your application.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 18:35:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-embree-on-CentOS-6-4/m-p/933356#M15331</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2014-03-04T18:35:19Z</dc:date>
    </item>
  </channel>
</rss>

