<?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 It is, I had problems posting in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Compiler-version-and-offloading-errors/m-p/1039781#M45566</link>
    <description>&lt;P&gt;It is, I had problems posting to the forum yesterday so I tried it three times; 2 ended up on the forum, one attempt seems to have gone missing.&lt;/P&gt;

&lt;P&gt;You can close &amp;amp; remove this thread if you like.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2014 07:50:30 GMT</pubDate>
    <dc:creator>JJK</dc:creator>
    <dc:date>2014-10-30T07:50:30Z</dc:date>
    <item>
      <title>Compiler version and offloading errors</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiler-version-and-offloading-errors/m-p/1039779#M45564</link>
      <description>&lt;P&gt;while playing with the offloading examples found on this forum I ran into a little snag:&lt;/P&gt;

&lt;P&gt;host A: Scientific Linux 6.5, Intel compiler v14, Xeon Phi 7100, mpss 3.3.2 stack&lt;/P&gt;

&lt;P&gt;host B: CentOS 6.5, Intel compiler v15, 2 x Xeon Phi 5100, mpss 3.3.2 stack&lt;/P&gt;

&lt;P&gt;When I compile an offload example on host A, then copy it over to host B and I try to run it I get:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;[hostB] $ ./offload1.icc14
offload error: target executable is not available&lt;/PRE&gt;

&lt;P&gt;It does not work even if I copy over the offload libraries from icc v14 to the new environment:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;[hostB] $  LD_LIBRARY_PATH=icc14 ldd ./offload1.icc14
        linux-vdso.so.1 =&amp;gt;  (0x00007fff3a8f7000)
        libm.so.6 =&amp;gt; /lib64/libm.so.6 (0x00007f8486329000)
        liboffload.so.5 =&amp;gt; icc14/liboffload.so.5 (0x00007f84860f7000)
        libcilkrts.so.5 =&amp;gt; icc14/libcilkrts.so.5 (0x00007f8485eb9000)
        libstdc++.so.6 =&amp;gt; /usr/lib64/libstdc++.so.6 (0x00007f8485bb3000)
        libgcc_s.so.1 =&amp;gt; /lib64/libgcc_s.so.1 (0x00007f848599c000)
        libpthread.so.0 =&amp;gt; /lib64/libpthread.so.0 (0x00007f848577f000)
        libc.so.6 =&amp;gt; /lib64/libc.so.6 (0x00007f84853eb000)
        libdl.so.2 =&amp;gt; /lib64/libdl.so.2 (0x00007f84851e6000)
        libimf.so =&amp;gt; icc14/libimf.so (0x00007f8484d1f000)
        libsvml.so =&amp;gt; icc14/libsvml.so (0x00007f8484128000)
        libirng.so =&amp;gt; icc14/libirng.so (0x00007f8483f20000)
        libiomp5.so =&amp;gt; icc14/libiomp5.so (0x00007f8483c05000)
        libintlc.so.5 =&amp;gt; icc14/libintlc.so.5 (0x00007f84839af000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f84865bf000)

[hostB] $ LD_LIBRARY_PATH=icc14 ./offload1.icc14
offload error: cannot find MIC executable offload_main
offload error: cannot start process on the device 0 (error code 6)&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have seen error code 14 also).&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If I recompile the code everything runs fine under icc 15 as well, but how can I detect this situation? Ideally I would like to compile my code on one host and then distribute it to other nodes with Xeon Phi's. I do not know in advance which version of the icc software is installed on these nodes, so how can I ensure that my compiled program will be future proof?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 14:14:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiler-version-and-offloading-errors/m-p/1039779#M45564</guid>
      <dc:creator>JJK</dc:creator>
      <dc:date>2014-10-29T14:14:57Z</dc:date>
    </item>
    <item>
      <title>Appears to be inadvertent</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiler-version-and-offloading-errors/m-p/1039780#M45565</link>
      <description>&lt;P&gt;Appears to be inadvertent duplicate of &lt;A href="https://software.intel.com/en-us/forums/topic/534589"&gt;https://software.intel.com/en-us/forums/topic/534589&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 19:19:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiler-version-and-offloading-errors/m-p/1039780#M45565</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-10-29T19:19:42Z</dc:date>
    </item>
    <item>
      <title>It is, I had problems posting</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiler-version-and-offloading-errors/m-p/1039781#M45566</link>
      <description>&lt;P&gt;It is, I had problems posting to the forum yesterday so I tried it three times; 2 ended up on the forum, one attempt seems to have gone missing.&lt;/P&gt;

&lt;P&gt;You can close &amp;amp; remove this thread if you like.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:50:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiler-version-and-offloading-errors/m-p/1039781#M45566</guid>
      <dc:creator>JJK</dc:creator>
      <dc:date>2014-10-30T07:50:30Z</dc:date>
    </item>
  </channel>
</rss>

