-
My build procedure was:
$ git clone -b cilkplus https://github.com/cilkplus/llvm
$ git clone -b cilkplus https://github.com/cilkplus/clang llvm/tools/clang
$ git clone -b cilkplus https://github.com/…
-
Hey everyone after installing cilkplus. I try to compile a simple program of Fibonacci. But there is an error which says that "#include" not found.
the cilkplus runtime library file libcilkrts is not …
ghost updated
10 years ago
-
Hi,
Cilk Plus is said to be deprecated on Cilk Plus own website (https://www.cilkplus.org/). Could you perhaps make a version that use OpenMP instead?
-
implement array notations like the one from clikplus which is a short cut for many for loop expressions on arrays.
http://www.cilkplus.org/tutorial-array-notation
For instance:
When A is the size o…
-
Greetings,
I am interested in using this for a research project for which I build suffix arrays and inverse suffix arrays. I have so far been using the original divsufsort and although it seems to ha…
deenz updated
8 years ago
-
Hi all,
I am trying to build CilkPlus on my Mac and I followed the instructions in https://cilkplus.github.io. However, I got the following build errors when I run **make && make install:**
I …
-
Hi,
We have been seeing slow performance with Cilkplus and clang for tight loops using hyperobjects.
Apparently, the Intel compiler manages to hoist __cilkrts_hyper_lookup() out of the critical loops…
-
I'm trying to build llvm/clang using the instructions provided (and I've tried using make instead of cmake), and I'm getting nothing but errors. I think the problem is in the compiler-rt section, as t…
mdole updated
10 years ago
-
The FAQ links to http://supertech.csail.mit.edu/cilk/ but that page now redirects to http://supertech.mit.edu/ instead. Is there a new page this could be updated to?
-
### Describe the bug
when compiling with `-fcilkplus` it errors with `/usr/bin/ld: cannot find -lcilkrts: No such file or directory`
### Expected behavior
For it to error with a message to us…