<?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 micnativeloadex problem in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/micnativeloadex-problem/m-p/1009683#M33585</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to run a program natively using micnativeloadex but ran into a few problems.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;a) I set: export SINK_LD_LIBRARY_PATH=/opt/intel/composer_xe_2015.3.187/compiler/lib/mic/&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;b) I compiled with: "icpc -mmic -qopenmp -o test_native test_native.cc"&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;c) micnativeloadex test_native&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It seems the SINK_LD_LIBRARY_PATH isn't been set. The result I get is:&lt;/P&gt;

&lt;P&gt;The remote process indicated that the following libraries could not be loaded:&amp;nbsp;&amp;nbsp; &amp;nbsp;libiomp5.so&lt;BR /&gt;
	Error creating remote process, at least one library dependency is missing.&lt;BR /&gt;
	Please check the list of dependencies below to see which&lt;BR /&gt;
	one is missing and update the SINK_LD_LIBRARY_PATH&lt;BR /&gt;
	environment variable to include the missing library.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Dependency information for ./test_native&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Full path was resolved as&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;/home/ted_kord/IntelXeonPhi/./test_native&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Binary was built for Intel(R) Xeon Phi(TM) Coprocessor&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;(codename: Knights Corner) architecture&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SINK_LD_LIBRARY_PATH =&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Dependencies Found:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;(none found)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Dependencies Not Found Locally (but may exist already on the coprocessor):&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libm.so.6&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libiomp5.so&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libstdc++.so.6&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libgcc_s.so.1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libpthread.so.0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libc.so.6&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libdl.so.2&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2015 09:56:51 GMT</pubDate>
    <dc:creator>Ted_K_</dc:creator>
    <dc:date>2015-07-14T09:56:51Z</dc:date>
    <item>
      <title>micnativeloadex problem</title>
      <link>https://community.intel.com/t5/Software-Archive/micnativeloadex-problem/m-p/1009683#M33585</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to run a program natively using micnativeloadex but ran into a few problems.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;a) I set: export SINK_LD_LIBRARY_PATH=/opt/intel/composer_xe_2015.3.187/compiler/lib/mic/&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;b) I compiled with: "icpc -mmic -qopenmp -o test_native test_native.cc"&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;c) micnativeloadex test_native&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It seems the SINK_LD_LIBRARY_PATH isn't been set. The result I get is:&lt;/P&gt;

&lt;P&gt;The remote process indicated that the following libraries could not be loaded:&amp;nbsp;&amp;nbsp; &amp;nbsp;libiomp5.so&lt;BR /&gt;
	Error creating remote process, at least one library dependency is missing.&lt;BR /&gt;
	Please check the list of dependencies below to see which&lt;BR /&gt;
	one is missing and update the SINK_LD_LIBRARY_PATH&lt;BR /&gt;
	environment variable to include the missing library.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Dependency information for ./test_native&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Full path was resolved as&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;/home/ted_kord/IntelXeonPhi/./test_native&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Binary was built for Intel(R) Xeon Phi(TM) Coprocessor&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;(codename: Knights Corner) architecture&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SINK_LD_LIBRARY_PATH =&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Dependencies Found:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;(none found)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Dependencies Not Found Locally (but may exist already on the coprocessor):&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libm.so.6&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libiomp5.so&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libstdc++.so.6&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libgcc_s.so.1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libpthread.so.0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libc.so.6&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;libdl.so.2&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 09:56:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/micnativeloadex-problem/m-p/1009683#M33585</guid>
      <dc:creator>Ted_K_</dc:creator>
      <dc:date>2015-07-14T09:56:51Z</dc:date>
    </item>
    <item>
      <title>Make sure that the Intel</title>
      <link>https://community.intel.com/t5/Software-Archive/micnativeloadex-problem/m-p/1009684#M33586</link>
      <description>&lt;P&gt;Make sure that the Intel compiler libraries are present on the Mic itself (e.g. are mounted using NFS).&lt;/P&gt;

&lt;P&gt;Then, using something like this for the SINK_LD_LIBRARY_PATH:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;export SINK_LD_LIBRARY_PATH=/opt/intel/composer_xe_2015/lib/mic:/opt/intel/composer_xe_2015/mkl/lib/mic/

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 14:15:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/micnativeloadex-problem/m-p/1009684#M33586</guid>
      <dc:creator>JJK</dc:creator>
      <dc:date>2015-07-14T14:15:18Z</dc:date>
    </item>
  </channel>
</rss>

