<?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 Hello, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126892#M77689</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thanks a lot for your answer. Yes, it resolves that problem. When I have compiled and run the sample.c (attached below) I got no errors. However, when I tried to compile another file fib.cpp&amp;nbsp;(attached below) I got an error message specifying (attached below)...&lt;BR /&gt;
	/Users/llvm/projects/compiler-rt/lib/cilk/include/cilk/common.h:79:13: fatal error:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cassert' file not found&lt;/P&gt;

&lt;P&gt;any idea why I am facing this error? Thank you very much for the help.&lt;/P&gt;

&lt;P&gt;--Ashik&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2017 00:27:48 GMT</pubDate>
    <dc:creator>Ashik_Ahmed_B_</dc:creator>
    <dc:date>2017-06-14T00:27:48Z</dc:date>
    <item>
      <title>Cilkplus Installation Problem on mac</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126890#M77687</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;B&gt;Environment: macOS SIERRA.&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;I am trying to install cilkplus using the instruction described &lt;A href="https://cilkplus.github.io/"&gt;here&lt;/A&gt;. I also have changed the path according to the instruction. However, I am facing this error (screenshot attached) constantly. Can anyone please help me to resolve this issue?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Ashik&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 20:37:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126890#M77687</guid>
      <dc:creator>Ashik_Ahmed_B_</dc:creator>
      <dc:date>2017-06-12T20:37:55Z</dc:date>
    </item>
    <item>
      <title>I think you need to add a</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126891#M77688</link>
      <description>&lt;P&gt;I think you need to add a library search path when compiling your cilk code as follows.&lt;/P&gt;

&lt;P&gt;clang -fcilkplus test.c -o test -L &amp;lt;library path&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;library path&amp;gt; should be the directory that contains the Cilk runtime library, libcilkrts.5.dylib.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 22:12:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126891#M77688</guid>
      <dc:creator>Hansang_B_Intel</dc:creator>
      <dc:date>2017-06-12T22:12:01Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126892#M77689</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thanks a lot for your answer. Yes, it resolves that problem. When I have compiled and run the sample.c (attached below) I got no errors. However, when I tried to compile another file fib.cpp&amp;nbsp;(attached below) I got an error message specifying (attached below)...&lt;BR /&gt;
	/Users/llvm/projects/compiler-rt/lib/cilk/include/cilk/common.h:79:13: fatal error:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cassert' file not found&lt;/P&gt;

&lt;P&gt;any idea why I am facing this error? Thank you very much for the help.&lt;/P&gt;

&lt;P&gt;--Ashik&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 00:27:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126892#M77689</guid>
      <dc:creator>Ashik_Ahmed_B_</dc:creator>
      <dc:date>2017-06-14T00:27:48Z</dc:date>
    </item>
    <item>
      <title>Check if your clang/clang++</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126893#M77690</link>
      <description>&lt;P&gt;Check if your clang/clang++ is searching the location of the headers by including "-v" (verbose) option.&lt;/P&gt;

&lt;P&gt;It must be searching a location like this if Xcode is installed:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;If it is not, include the directory that contains "cassert" in your search path.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:14:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilkplus-Installation-Problem-on-mac/m-p/1126893#M77690</guid>
      <dc:creator>Hansang_B_Intel</dc:creator>
      <dc:date>2017-06-15T14:14:25Z</dc:date>
    </item>
  </channel>
</rss>

