You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone after installing cilkplus. I try to compile a simple program of Fibonacci. But there is an error which says that "#include<cilk/cilk.h>" not found.
the cilkplus runtime library file libcilkrts is not there which contains the cilk.h header file.
Can anyone help me to add the library file libcilkrts with LLCM/Clang.
Thank you.
The text was updated successfully, but these errors were encountered:
Hey everyone after installing cilkplus. I try to compile a simple program of Fibonacci. But there is an error which says that "#include<cilk/cilk.h>" not found.
the cilkplus runtime library file libcilkrts is not there which contains the cilk.h header file.
Can anyone help me to add the library file libcilkrts with LLCM/Clang.
Thank you.
The text was updated successfully, but these errors were encountered: