<?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 Using Cilk Plus in cross-platform R packages (GCC 4.9.3) in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Using-Cilk-Plus-in-cross-platform-R-packages-GCC-4-9-3/m-p/1118286#M74954</link>
    <description>&lt;P&gt;I need to be able to compile my application in Linux, Windows and Mac using compiler tools supported by R.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;For windows this means that I must use Mingw-W64 vs with GCC 4.9.3 (&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://github.com/rwinlib/r-base#readme).&amp;nbsp;" target="_blank"&gt;https://github.com/rwinlib/r-base#readme).&amp;nbsp;&lt;/A&gt;;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;1. Linux: I understand that GCC supports Cilk Plus since GCC 4.9. Is Cilk Plus already a part of GCC 4.9.3 or does it need to be installed separately?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;2. On Windows, is Cilk Plus available for the Mingw-W64 toolchain. If not, can it be added and used as another library?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;3. Are there any special issues with Mac OS?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks, SM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2016 19:38:57 GMT</pubDate>
    <dc:creator>sigmahat</dc:creator>
    <dc:date>2016-05-05T19:38:57Z</dc:date>
    <item>
      <title>Using Cilk Plus in cross-platform R packages (GCC 4.9.3)</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-Cilk-Plus-in-cross-platform-R-packages-GCC-4-9-3/m-p/1118286#M74954</link>
      <description>&lt;P&gt;I need to be able to compile my application in Linux, Windows and Mac using compiler tools supported by R.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;For windows this means that I must use Mingw-W64 vs with GCC 4.9.3 (&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://github.com/rwinlib/r-base#readme).&amp;nbsp;" target="_blank"&gt;https://github.com/rwinlib/r-base#readme).&amp;nbsp;&lt;/A&gt;;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;1. Linux: I understand that GCC supports Cilk Plus since GCC 4.9. Is Cilk Plus already a part of GCC 4.9.3 or does it need to be installed separately?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;2. On Windows, is Cilk Plus available for the Mingw-W64 toolchain. If not, can it be added and used as another library?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;3. Are there any special issues with Mac OS?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks, SM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 19:38:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-Cilk-Plus-in-cross-platform-R-packages-GCC-4-9-3/m-p/1118286#M74954</guid>
      <dc:creator>sigmahat</dc:creator>
      <dc:date>2016-05-05T19:38:57Z</dc:date>
    </item>
    <item>
      <title>I assume you are interested</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-Cilk-Plus-in-cross-platform-R-packages-GCC-4-9-3/m-p/1118287#M74955</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I assume you are interested in using Cilk Plus in an application written in C/C++ since it is an extension to C/C++.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;1. Linux: GCC 4.9 started to support Cilk Plus features except for the _Cilk_for keyword (https://gcc.gnu.org/gcc-4.9/changes.html), and GCC 5 started to support full features (https://gcc.gnu.org/gcc-5/changes.html).&lt;/P&gt;

&lt;P&gt;2. Windows: No, it is not available for MinGW. However, Cygwin started to release Cilk-enabled GCC package recently.&lt;/P&gt;

&lt;P&gt;3. Mac: fairly new OS X does not come with GCC and GNU tools, so you will have to build your own GCC from the latest source code after installing the required development tools. I am not sure if it is feasible for you, but there is also an LLVM/Clang compiler branch that supports Cilk Plus -&amp;nbsp;https://cilkplus.github.io.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 23:57:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-Cilk-Plus-in-cross-platform-R-packages-GCC-4-9-3/m-p/1118287#M74955</guid>
      <dc:creator>Hansang_B_Intel</dc:creator>
      <dc:date>2016-05-05T23:57:20Z</dc:date>
    </item>
  </channel>
</rss>

