<?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 Compiling Cilk plus on Ubuntu 12.04 using gcc 4.7 in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857545#M7315</link>
    <description>I did not install gcc from the GNU source. I followed your guide and was able to compile it successfully!!&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Only additions to the above is I had to do:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE class="prettyprint lang-c"&gt;&lt;CODE&gt;$ sudo ln -s /usr/lib/x86_64-linux-gnu /usr/lib64&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="prettyprint lang-c"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;for the compile to complete succesfully. Thanks a ton!&lt;/DIV&gt;</description>
    <pubDate>Fri, 24 Aug 2012 03:42:43 GMT</pubDate>
    <dc:creator>pranith</dc:creator>
    <dc:date>2012-08-24T03:42:43Z</dc:date>
    <item>
      <title>Compiling Cilk plus on Ubuntu 12.04 using gcc 4.7</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857543#M7313</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am having trouble building Cilk plus (&lt;A href="http://redfort-software.intel.com/file/m/38088"&gt;cilkplus-rtl-001857.tgz&lt;/A&gt;) on Ubuntu 12.04. The version of gcc and the error are below:&lt;BR /&gt;&lt;BR /&gt;$ gcc --version&lt;BR /&gt;gcc (Ubuntu/Linaro 4.7.0-7ubuntu3) 4.7.0&lt;BR /&gt;Copyright (C) 2012 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.&amp;nbsp; There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;Error:&lt;BR /&gt;&lt;BR /&gt;runtime/symbol_test.c: In function 'main':&lt;BR /&gt;runtime/symbol_test.c:50:5: error: unknown type name '_Cilk_spawn'&lt;BR /&gt;runtime/symbol_test.c:50:17: error: conflicting types for 'foo'&lt;BR /&gt;runtime/symbol_test.c:44:6: note: previous definition of 'foo' was here&lt;BR /&gt;runtime/symbol_test.c:51:5: warning: implicit declaration of function '_Cilk_for' [-Wimplicit-function-declaration]&lt;BR /&gt;runtime/symbol_test.c:51:21: error: expected ')' before ';' token&lt;BR /&gt;runtime/symbol_test.c:52:9: error: expected ';' before 'foo'&lt;BR /&gt;runtime/symbol_test.c:53:21: error: expected ')' before ';' token&lt;BR /&gt;runtime/symbol_test.c:54:9: error: expected ';' before 'foo'&lt;BR /&gt;make: *** [symbol_test.lo] Error 1&lt;BR /&gt;&lt;BR /&gt;I followed the steps given in README.txt. Is there anything else I have to do to get this installed?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pranith&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2012 21:42:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857543#M7313</guid>
      <dc:creator>pranith</dc:creator>
      <dc:date>2012-08-23T21:42:40Z</dc:date>
    </item>
    <item>
      <title>Compiling Cilk plus on Ubuntu 12.04 using gcc 4.7</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857544#M7314</link>
      <description>Hi Pranith,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Did you check out the CilkPlus gcc source from GNU? That is the only way to build the runtime. Here is a tutorial I wrote up a while back. When you check out the compiler and built it, it will also build the runtime for you. You do not&amp;nbsp;need to do that as a seperate step.&amp;nbsp;Please let me know if you need additional details:&lt;BR /&gt;&lt;BR /&gt;&lt;H1&gt;How to Download, Build and Install Cilkplus GCC on Linux. &lt;/H1&gt;&lt;H3&gt;Prerequisites&lt;/H3&gt;&lt;P&gt;You will need the following packages to build GCC:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Source packages. Note that the links below are for the versions needed to build the initial release of the cilkplus GCC branch. Newer versions may need to be used with future versions of the compiler. &lt;UL&gt;&lt;LI&gt;GNU Multiprecision Arithmetic Library (GMP) for arbitrary precision arithmetic: (ftp://ftp.gmplib.org/pub/) Download the latest version and unpack the compressed tar file and move the directory to $HOME/gmp . &lt;/LI&gt;&lt;LI&gt;GNU MPFR Library multiple-precision floating-point computations with correct rounding: (http://www.mpfr.org/mpfr-current) Unpack the compressed tar file and move the directory to $HOME/mpfr . &lt;/LI&gt;&lt;LI&gt;GNU MPC Library for arithmetic using complex numbers: (http://www.multiprecision.org/mpc/) Download the latest version and unpack the compressed tar file. Move the unpacked directory to $HOME/mpc &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;In addition to the sources above, you will also need the following tools installed in your machine &lt;UL&gt;&lt;LI&gt;flex or lex - Lexical analyzer &lt;/LI&gt;&lt;LI&gt;bison or Yacc - Parser generator &lt;/LI&gt;&lt;LI&gt;Make utility (example gmake) to automatically create executables&lt;/LI&gt;&lt;LI&gt;GCC/G++ Compiler (version 4.4 or above) with the appropriate binary utilities&lt;/LI&gt;&lt;LI&gt;GNU AutoGen utility - Automatic program generator&lt;/LI&gt;&lt;LI&gt;SVN or GIT source control packages&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Diskspace: You will need approximately 2 GB of diskspace to hold the sources, executables and libraries. Along with this, you will also require ~3 GB of diskspace to hold the temporary files.&lt;/LI&gt;&lt;LI&gt;Time: This process is a bit time-consuming and so please have ~4-5 hours&amp;nbsp; in-hand to complete the process. The most time consuming of all is step 6. This step is not interactive and so you can let this step run overnight if you wish.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Building the GCC C and C++ compilers&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;Cilkplus GCC is available as a development branch in the GCC source-tree. The development branch is called "cilkplus." They can be downloaded using GIT or SVN source-control systems. If you are a beginner to source-control, I would recommend you use SVN. &lt;STRONG&gt;I am making an assumption that you are currently in your $HOME directory.&amp;nbsp;&lt;/STRONG&gt; &lt;UL&gt;&lt;LI&gt;To use SVN, please type the following&amp;nbsp; in your command in your command prompt: &lt;UL&gt;&lt;LI&gt;&lt;PRE&gt;svn co &lt;A href="http://gcc.gnu.org/svn/gcc/branches/cilkplus" target="_blank"&gt;http://gcc.gnu.org/svn/gcc/branches/cilkplus&lt;/A&gt; cilkplus-gcc&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If you are choosing to use GIT, please type the following commands in your command prompt. Please note that this step can take anywhere from 10-30 minutes. &lt;UL&gt;&lt;LI&gt;&lt;PRE&gt;git clone &lt;A href="http://gcc.gnu.org/git/gcc.git" target="_blank"&gt;http://gcc.gnu.org/git/gcc.git&lt;/A&gt; cilkplus-gcc&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;PRE&gt;cd cilkplus-gcc&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;PRE&gt;git checkout -b my_cilkplus_branch origin/cilkplus&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;PRE&gt;cd ..&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;After step 1, the sources should be saved in a directory called $HOME/cilkplus-gcc. The final compiler executables and the appropriate libraries will be stored in $HOME/cilkplus-install .&lt;/LI&gt;&lt;LI&gt;Move the gmp, mpc and mpfr directories from $HOME/ to the $HOME/cilkplus-gcc/ directory. &lt;/LI&gt;&lt;LI&gt;Create a new directory called "b-gcc" under $HOME/ . This directory will hold all the object files. You may delete this directory after the successful completion of all the steps in this tutorial. &lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Go to the b-gcc directory and type the following command:&lt;/P&gt;&lt;PRE&gt;$HOME/cilkplus-gcc/configure --prefix=$HOME/cilkplus-install --enable-languages="c,c++" 
&lt;/PRE&gt;&lt;P&gt;The above command will configure the compiler makefiles to set the install directory to be $HOME/cilkplus-install and build just the C and C++ compilers. &lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Type &lt;CODE&gt;make&lt;/CODE&gt; in the same directory. This command will build the compiler sources.&amp;nbsp; This will probably take quite a while.&lt;/LI&gt;&lt;LI&gt;Type &lt;CODE&gt;make install&lt;/CODE&gt;. This command will copy the compiler executables and the required libraries to the install directory.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The compilers (g++ and gcc) should now be in the $HOME/cilkplus-install/bin directory. &lt;/P&gt;&lt;H3&gt;Using the GCC compilers with the Intel&lt;SUP&gt;®&lt;/SUP&gt; Cilk™ Plus extensions&lt;/H3&gt;&lt;P&gt;To use the GCC Cilk Plus compiler, it needs to be in your PATH and the libraries need to be in your LIBRARY_PATH and LD_LIBRARY_PATH. The following commands can be used (in a BASH Shell) to accomplish this: &lt;/P&gt;&lt;CODE&gt;export PATH=$HOME/cilkplus-install/bin:$PATH&lt;BR /&gt;export LD_LIBRARY_PATH=$HOME/cilkplus-install/lib&lt;BR /&gt;export LIBRARY_PATH=$HOME/cilkplus-install/lib &lt;/CODE&gt;&lt;P&gt;Building a Cilk Plus application with the GCC compilers requires explicitly linking with libcilkrts, libdl and libpthread. For example: &lt;/P&gt;&lt;CODE&gt;$HOME/cilkplus-install/bin/gcc -ldl -lcilkrts &lt;OTHER_FLAGS&gt; &lt;SRC_FILES&gt;&lt;BR /&gt;$HOME/cilkplus-install/bin/g++ -ldl -lcilkrts &lt;OTHER_FLAGS&gt; &lt;SRC_FILES&gt; &lt;/SRC_FILES&gt;&lt;/OTHER_FLAGS&gt;&lt;/SRC_FILES&gt;&lt;/OTHER_FLAGS&gt;&lt;/CODE&gt;&lt;HR /&gt;</description>
      <pubDate>Thu, 23 Aug 2012 21:52:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857544#M7314</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-08-23T21:52:29Z</dc:date>
    </item>
    <item>
      <title>Compiling Cilk plus on Ubuntu 12.04 using gcc 4.7</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857545#M7315</link>
      <description>I did not install gcc from the GNU source. I followed your guide and was able to compile it successfully!!&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Only additions to the above is I had to do:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE class="prettyprint lang-c"&gt;&lt;CODE&gt;$ sudo ln -s /usr/lib/x86_64-linux-gnu /usr/lib64&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="prettyprint lang-c"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;for the compile to complete succesfully. Thanks a ton!&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Aug 2012 03:42:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857545#M7315</guid>
      <dc:creator>pranith</dc:creator>
      <dc:date>2012-08-24T03:42:43Z</dc:date>
    </item>
    <item>
      <title>Compiling Cilk plus on Ubuntu 12.04 using gcc 4.7</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857546#M7316</link>
      <description>Glad to hear it is went smoothly!&lt;BR /&gt;&lt;BR /&gt;-Balaji V. Iyer.</description>
      <pubDate>Fri, 24 Aug 2012 03:44:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857546#M7316</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-08-24T03:44:18Z</dc:date>
    </item>
    <item>
      <title>hi</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857547#M7317</link>
      <description>hi
  i followed the above procedure,after completion of that procedure, i tried to compile the following program with the following command 
# /home/cilkplus-install/bin/gcc cilkexample.c -ldl -lcilkrts 

#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;cilk/cilk.h&amp;gt;
void main()
{
printf("Helllo World \n");
}	

output after compilation :
/usr/local/include/cilk/cilk.h:42:25: fatal error: cilk-sysdep.h: No such file or directory
 #include &amp;lt;cilk-sysdep.h&amp;gt;
                         ^
compilation terminated.

can anyone help me thanks for the help</description>
      <pubDate>Tue, 18 Dec 2012 13:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857547#M7317</guid>
      <dc:creator>Sudheer_S_</dc:creator>
      <dc:date>2012-12-18T13:48:00Z</dc:date>
    </item>
    <item>
      <title>What does your copy of cilk</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857548#M7318</link>
      <description>What does your copy of cilk/cilk.h look like?  

The copy of cilk.h that I have only contains 3 macros in it, defined for convenience.

#define cilk_spawn _Cilk_spawn
#define cilk_sync    _Cilk_sync
#define cilk_for       _Cilk_for

I'm not sure where the attempt to include cilk-sysdep.h is coming from...?

EDIT:  Also, which files were you trying to include with the "#include"' statements?</description>
      <pubDate>Tue, 18 Dec 2012 15:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857548#M7318</guid>
      <dc:creator>Jim_S_Intel</dc:creator>
      <dc:date>2012-12-18T15:02:00Z</dc:date>
    </item>
    <item>
      <title>I've modified Sudheer's</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857549#M7319</link>
      <description>I've modified Sudheer's message so the angle brackets are displayed instead of being interpreted as HTML tags.

   - Barry</description>
      <pubDate>Tue, 18 Dec 2012 15:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857549#M7319</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2012-12-18T15:43:00Z</dc:date>
    </item>
    <item>
      <title>I did a quick check.    I</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857550#M7320</link>
      <description>I did a quick check.    I believe you may have a copy of MIT Cilk (cilk-5.4.6) installed, and you are including "cilk.h" from MIT Cilk.
The "cilk.h" for MIT Cilk has an #include of cilk-sysdep.h on line 42.

To use Cilk Plus, you need to make sure the Cilk Plus directories are first in the appropriate include paths.    It seems that there are conflicts in having both installed at the same time, since both systems have their own files named "cilk.h".

Cheers,

Jim</description>
      <pubDate>Tue, 18 Dec 2012 15:50:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857550#M7320</guid>
      <dc:creator>Jim_S_Intel</dc:creator>
      <dc:date>2012-12-18T15:50:07Z</dc:date>
    </item>
    <item>
      <title>hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857551#M7321</link>
      <description>hi,
  thanks for the help, i removed the cilk folder in the usr/local/lib, after this compiled successfully but when i am running the program using the following command 
/home/cilkplus-install/bin/gcc -ldl -lcilkrts cilkexample.c 

#include &lt;STDIO.H&gt;
#include&lt;CILK&gt;
#include&lt;CILK&gt;
int Fibonacci_Parallel(int n)	{
	if(n&amp;lt;2)
		return n;
	else	{
		int x=0;
		_Cilk_spawn x=Fibonacci_Parallel(n-1);
		int y=Fibonacci_Parallel(n-2);
		_Cilk_sync;
		return x+y;
	}
}
void main()
{
printf("Helllo World \n");
int i=0;
int j=0;
for(i=1;i&amp;lt;1000;i++)
Fibonacci_Parallel(i);
}	
execution command # ./a.out
output :
./a.out: error while loading shared libraries: libcilkrts.so.5: cannot open shared object file: No such file or directory

when i removed the lcilkrts in the compilation command it compiled successful and running, but it is taking only one core for the computation.
can u tell me detailed process how to run the programs.

Thanks for the help&lt;/CILK&gt;&lt;/CILK&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Wed, 19 Dec 2012 05:11:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857551#M7321</guid>
      <dc:creator>Sudheer_S_</dc:creator>
      <dc:date>2012-12-19T05:11:09Z</dc:date>
    </item>
    <item>
      <title>The GCC compiler does not</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857552#M7322</link>
      <description>The GCC compiler does not enable Cilk Plus by default. You need to enable it using the "-fcilkplus" option as well as specifying the -lcilkrts option to link against the Cilk Plus runtime.  If you don't specify this, you'll get the serialization of your application.

Once you do build the program, libcilkrts.so.5 must be in the LD_LIBRARY_PATH.

    - Barry</description>
      <pubDate>Wed, 19 Dec 2012 14:32:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857552#M7322</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2012-12-19T14:32:02Z</dc:date>
    </item>
    <item>
      <title>hi</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857553#M7323</link>
      <description>hi
 i complied the program by using the command 
compilation :- /home/cilkplus-install/bin/gcc -ldl -lcilkrts -fcilkplus cilkexample.c
execution :- ./a.out
it is running successfully, but how can i ensure that the program taking all available cores for the computation
i checked the system-moniter, when i am running the program it is taking only one core for the execution

thanks for the help</description>
      <pubDate>Thu, 20 Dec 2012 05:32:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857553#M7323</guid>
      <dc:creator>Sudheer_S_</dc:creator>
      <dc:date>2012-12-20T05:32:01Z</dc:date>
    </item>
    <item>
      <title>A couple thoughts that might</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857554#M7324</link>
      <description>A couple thoughts that might help:

1. One way to debug this problem is using is to query the number of workers that Cilk thinks it has, and print it out.

#include "cilk/cilk_api.h"      // I really mean "&amp;lt;" and "&amp;gt;" instead of the quotes, but the browser is interpreting this text as html...
...

int P = __cilkrts_get_nworkers();
printf("P = %d\n", P);

Hopefully, P is greater than 1 on your system.


2.  The number of workers used to execute a program can set explicitly by setting the "CILK_NWORKERS" environment variable.   For example:

CILK_NWORKERS=8 ./a.out


3.  What input size are specifying to Fibonacci_Parallel?    As written above, the program above does not look like it should finish (at least in any reasonable amount of time), since the running time of the recursive calculation of Fibonacci numbers is exponential in the size of its input n.

Finally, for inputs n &amp;lt; 20 or 25, you might not see much speedup on such a "fib" calculation, since the computation completes fairly quickly even on one worker.   With n somewhere in the range of 30 to 40, I have seen reasonable speedups.   Larger values of n have more parallelism.
Tests for values n &amp;gt;= 44 tend to take long enough that I usually don't run them.</description>
      <pubDate>Thu, 20 Dec 2012 15:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857554#M7324</guid>
      <dc:creator>Jim_S_Intel</dc:creator>
      <dc:date>2012-12-20T15:48:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857555#M7325</link>
      <description>Hi,

can you suggest any references for cilkplus 

Thanks for the help
Sudheer</description>
      <pubDate>Thu, 27 Dec 2012 04:22:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857555#M7325</guid>
      <dc:creator>Sudheer_S_</dc:creator>
      <dc:date>2012-12-27T04:22:45Z</dc:date>
    </item>
    <item>
      <title>We have a basic tutorial on</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857556#M7326</link>
      <description>We have a basic tutorial on Cilk Plus on our website: 

&lt;A href="http://www.cilkplus.org/cilk-plus-tutorial" target="_blank"&gt;http://www.cilkplus.org/cilk-plus-tutorial&lt;/A&gt;

In the documentation section, there are also links to more information about Cilk Plus in the Intel compiler under "Getting Started" or "Reference Manual".    The concepts described here should generally carry over directly to the GCC version as well.

&lt;A href="http://www.cilkplus.org/cilk-documentation-full" target="_blank"&gt;http://www.cilkplus.org/cilk-documentation-full&lt;/A&gt;

Finally, you can find links to a number of projects and research papers online that refer to "Cilk".   These links typically refer to one or more versions of Cilk.   Unfortunately, some care is required to figure out whether a given link applies to Cilk Plus, as the naming of various projects has not always been perfectly consistent as Cilk has evolved.   Often, many of the high-level concepts are consistent between different versions of Cilk, but important implementation details can vary.

A brief history of Cilk can be found at:

&lt;A href="http://www.cilkplus.org/cilk-history" target="_blank"&gt;http://www.cilkplus.org/cilk-history&lt;/A&gt;

Hope that helps, 

Jim</description>
      <pubDate>Thu, 27 Dec 2012 18:36:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-Cilk-plus-on-Ubuntu-12-04-using-gcc-4-7/m-p/857556#M7326</guid>
      <dc:creator>Jim_S_Intel</dc:creator>
      <dc:date>2012-12-27T18:36:40Z</dc:date>
    </item>
  </channel>
</rss>

