↧
Answer by Barry Tannenbaum - Intel for I'm getting symbol _cilk_spawn could...
The keyword is "_Cilk_spawn", with a capital "C". The C/C++ convention is for non-standard extensions to have a leading underscore and start with a capital letter.You can also include cilk.h which...
View ArticleI'm getting symbol _cilk_spawn could not be resolved when compiling with icpc
Im using Ubuntu 14.04 & eclipse & intel compiler v 15I have 2 same programs (which use cilk commands) (one with as c program and the other as cpp program).I can compile it with icc (without any...
View Article