<?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 Also, instructions on in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918533#M13060</link>
    <description>&lt;P&gt;Also, instructions on building boost were posted here, quite a long time ago - do these help?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/building-the-boost-library-to-run-natively-on-intelr-xeon-phitm-coprocessor"&gt;http://software.intel.com/en-us/articles/building-the-boost-library-to-run-natively-on-intelr-xeon-phitm-coprocessor&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2014 20:02:34 GMT</pubDate>
    <dc:creator>BelindaLiviero</dc:creator>
    <dc:date>2014-03-14T20:02:34Z</dc:date>
    <item>
      <title>Building a boost library for MIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918529#M13056</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;My C++ code uses boost program_options in main() to read command line options. Later in the code I want to offload some computations on MIC.&lt;/P&gt;

&lt;P&gt;Using&amp;nbsp; -offload-option,mic,compiler,"-zdefs", I figured the offload compiler was unable to find definitions for functions program_options. So I thought I could build a version of program_options for the MIC. I tried to pass the -mmic flag to the compiler using instructions &lt;A href="http://www.boost.org/boost-build2/doc/html/bbv2/overview/invocation.html"&gt;here&lt;/A&gt; (I used cxxflag) and then referenced the built executable directly:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&amp;nbsp;-offload-option,mic,compiler,"-zdefs /path/to/boost_1_55_0/stage/lib/libboost_program_options.a"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;WHen I now build my code, I get&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;icpc: warning #10145: no action performed for file '/path/to/boost_1_55_0/stage/lib/libboost_program_options.a'&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;(same error even if I use -offoad-option,mic,ld instead of -offoad-option,mic,compiler.&lt;/P&gt;

&lt;P&gt;Questions:&lt;/P&gt;

&lt;P&gt;1. Am I on the right track here trying to build a library for MIC?&lt;/P&gt;

&lt;P&gt;2. How do I get the offload compiler to link statically to the binary I build?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2013 11:38:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918529#M13056</guid>
      <dc:creator>RKannan</dc:creator>
      <dc:date>2013-11-25T11:38:23Z</dc:date>
    </item>
    <item>
      <title>We started pursuing an answer</title>
      <link>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918530#M13057</link>
      <description>&lt;P&gt;We started pursuing an answer to your question but it accidentally got dropped.&lt;/P&gt;

&lt;P&gt;Is your question still relevant?&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	--&lt;BR /&gt;
	Taylor&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:12:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918530#M13057</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2014-02-26T23:12:24Z</dc:date>
    </item>
    <item>
      <title>Dear Taylor,</title>
      <link>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918531#M13058</link>
      <description>&lt;P&gt;Dear Taylor,&lt;/P&gt;

&lt;P&gt;Thanks for the response. For now I've rewritten parts of my code and eliminated boost usage but it will be good to get this sorted.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 15:53:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918531#M13058</guid>
      <dc:creator>RKannan</dc:creator>
      <dc:date>2014-03-03T15:53:27Z</dc:date>
    </item>
    <item>
      <title>Tim (I assume it's Tim),</title>
      <link>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918532#M13059</link>
      <description>&lt;P&gt;Tim (I assume it's Tim),&lt;/P&gt;

&lt;P&gt;Thanks for contributing to the community.&lt;/P&gt;

&lt;P&gt;What version of MPSS did you use?&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	--&lt;BR /&gt;
	Taylor&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 15:53:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918532#M13059</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2014-03-04T15:53:41Z</dc:date>
    </item>
    <item>
      <title>Also, instructions on</title>
      <link>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918533#M13060</link>
      <description>&lt;P&gt;Also, instructions on building boost were posted here, quite a long time ago - do these help?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/building-the-boost-library-to-run-natively-on-intelr-xeon-phitm-coprocessor"&gt;http://software.intel.com/en-us/articles/building-the-boost-library-to-run-natively-on-intelr-xeon-phitm-coprocessor&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 20:02:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Building-a-boost-library-for-MIC/m-p/918533#M13060</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2014-03-14T20:02:34Z</dc:date>
    </item>
  </channel>
</rss>

