<?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 Build info in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060001#M53643</link>
    <description>&lt;P&gt;I am newcomer to cilk but like it.&lt;/P&gt;

&lt;P&gt;Now I have been looking for build and linking instructions e.g which libs should I link with.&lt;/P&gt;

&lt;P&gt;Now the section&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/522585" target="_blank"&gt;https://software.intel.com/en-us/node/522585&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;is called&amp;nbsp;&lt;/P&gt;

&lt;H1 id="page-title"&gt;Build, Run and Debug an Intel(R) Cilk(TM) Plus Program&lt;/H1&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;but it has NO info about building.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2015 10:40:02 GMT</pubDate>
    <dc:creator>erling_andersen</dc:creator>
    <dc:date>2015-01-27T10:40:02Z</dc:date>
    <item>
      <title>Build info</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060001#M53643</link>
      <description>&lt;P&gt;I am newcomer to cilk but like it.&lt;/P&gt;

&lt;P&gt;Now I have been looking for build and linking instructions e.g which libs should I link with.&lt;/P&gt;

&lt;P&gt;Now the section&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/522585" target="_blank"&gt;https://software.intel.com/en-us/node/522585&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;is called&amp;nbsp;&lt;/P&gt;

&lt;H1 id="page-title"&gt;Build, Run and Debug an Intel(R) Cilk(TM) Plus Program&lt;/H1&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;but it has NO info about building.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 10:40:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060001#M53643</guid>
      <dc:creator>erling_andersen</dc:creator>
      <dc:date>2015-01-27T10:40:02Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060002#M53644</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Intel compilers compile and link Cilk Plus programs without any specific compiler flags by default.&lt;/P&gt;

&lt;P&gt;This page contains an example showing how to create, build, and run a cilk program starting from a serial program:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/522584" target="_blank"&gt;https://software.intel.com/en-us/node/522584&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 14:45:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060002#M53644</guid>
      <dc:creator>Hansang_B_Intel</dc:creator>
      <dc:date>2015-01-27T14:45:19Z</dc:date>
    </item>
    <item>
      <title>On Windows it worked out of</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060003#M53645</link>
      <description>&lt;P&gt;On Windows it worked out of the box.&lt;/P&gt;

&lt;P&gt;On Linux I got&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	/home/eda/mosekprj/dev/bld/vejle/final/default/intelc-15.0.0/dll/libmosek64.so: undefined reference to `__cilkrts_rethrow'&lt;BR /&gt;
	/home/eda/mosekprj/dev/bld/vejle/final/default/intelc-15.0.0/dll/libmosek64.so: undefined reference to `__cilkrts_sync'&lt;BR /&gt;
	/home/eda/mosekprj/dev/bld/vejle/final/default/intelc-15.0.0/dll/libmosek64.so: undefined reference to `__cilkrts_leave_frame'&lt;BR /&gt;
	/home/eda/mosekprj/dev/bld/vejle/final/default/intelc-15.0.0/dll/libmosek64.so: undefined reference to `__cilkrts_get_worker_number'&lt;BR /&gt;
	/home/eda/mosekprj/dev/bld/vejle/final/default/intelc-15.0.0/dll/libmosek64.so: undefined reference to `__cilkrts_bind_thread_1'&lt;BR /&gt;
	/home/eda/mosekprj/dev/bld/vejle/final/default/intelc-15.0.0/dll/libmosek64.so: undefined reference to `__cilkrts_get_tls_worker'&lt;BR /&gt;
	scons: *** [bld/vejle/final/default/intelc-15.0.0/bin/mosek] Error 1&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Most likely I have to linking with a cilk library. And that was info I was looking for.&lt;/P&gt;

&lt;P&gt;[&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 16:29:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060003#M53645</guid>
      <dc:creator>erling_andersen</dc:creator>
      <dc:date>2015-01-27T16:29:58Z</dc:date>
    </item>
    <item>
      <title>You will have to include "</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060004#M53646</link>
      <description>&lt;P&gt;You will have to include "-lcilkrts" in this case assuming library search path is properly set up.&lt;/P&gt;

&lt;P&gt;FYI, cilk runtime library (libcilkrts.so, libcilkrts.so.5) is located in &amp;lt;compiler installation root&amp;gt;/lib/&amp;lt;arch&amp;gt;/, just in case you have to add library search path for some reason.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 17:07:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060004#M53646</guid>
      <dc:creator>Hansang_B_Intel</dc:creator>
      <dc:date>2015-01-27T17:07:45Z</dc:date>
    </item>
    <item>
      <title>Hello - I've submitted a</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060005#M53647</link>
      <description>&lt;P&gt;Hello - I've submitted a documentation request to update the wording on that title too. That section is really on Debugging only. Building and running content is in the less-obviously named "Introduction" section. The report id number is DPD200365882.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2015 01:13:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-info/m-p/1060005#M53647</guid>
      <dc:creator>Brandon_H_Intel</dc:creator>
      <dc:date>2015-01-31T01:13:17Z</dc:date>
    </item>
  </channel>
</rss>

