Hi,
Im using Ubuntu 14.04 & eclipse & intel compiler v 15
I have 2 same cilk programs (one with as c program and the other as cpp program).
I can compile it with icc (without any problem)
But when I'm using icpc (cpp program) I'm getting errors: symbol _cilk_spawn could not be resolved
In those same 2 programs Im not using any flags.
What is the different with cpp program, which I cant compile