i trying to compile my code and i got this error:
fatal error: cilk.h: No such file or directory
8 | #include <cilk.h>
then i tried to install click like what they mentioned in step 4 http://groups.csail.mit.edu/sct/wiki/index.php?title=Cilk_Plus_Installation_Guide.
i downloaded the archive and put the path to bin in the bashrc file and started new session then i tried to compile it again put i got the same error.
*acccording to knud advice
i followed the procedure that mentioned in Problem during Cilk installation on Ubuntu 16.04, at the third point i execute this command:
CC=gcc-9 CXX=g++-9 cmake -DCMAKE_INSTALL_PREFIX=../install ..
and i got this errors:
enter image description here
How i can fix it ?
*I'm working on Ubuntu 18.04