-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a Cilk compiler #262
Comments
I need to know more about how you setup OpenCilk on your system to suggest a fix. To start, are you using the precompiled binaries for OpenCilk, or are you building OpenCilk from source? |
I'm using precompiled OpenCilk and I have it in |
Thanks for the clarification. Because you're running on RedHat, you will need to build OpenCilk from source. The precompiled OpenCilk binaries are built for Ubuntu. Unfortunately, Ubuntu and RedHat differ in their shared libraries, and those differences lead to problems like what you're seeing. Can you please try building OpenCilk from source? These quick-start instructions should do the trick: https://www.opencilk.org/doc/users-guide/build-opencilk-from-source/#quick-start. After building OpenCilk from source, if you would like to install OpenCilk into a particular directory, you can follow these instructions as well: https://www.opencilk.org/doc/users-guide/build-opencilk-from-source/#optional:-installing-opencilk. Please let us know whether this works for you or if you run into any issues. |
Thank you, I'll try building OpenCilk from source and return to you after |
I followed steps from the tutorial, and got the following message on the last step (
I googled a little bit and it turned out that I should use v2.1-rc1+ instead of v2.1, but, sadly, after trying to build v2.1-rc2 I keep getting this message :( |
You should not need to switch to v2.1-rc2. I recommend sticking with v2.1. This error is usually caused by some other problem with your system's setup. CMake itself sets the value of Can you send me the output of the following two commands on your system?
|
Hello, I can't get to build OpenCilk hello-world program and keep getting same error messages on ARM64 Redhat Linux that don't seem to happen to anybody on the internet before me:
Can you please help me fix them?
The text was updated successfully, but these errors were encountered: