-
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
No parallel execution #145
Comments
ok - some problems with the ++ stuff?!
and - wtf
now more/all cpus are used |
Thank you for trying out OpenCilk and for reaching out about this issue. I'll address your second question first, because that answer is more straightforward. By default — e.g., if As for your first question, it turns out we discovered this issue recently and pushed a fix for it to the current development branch of the compiler, It's also important to note that parallel Please let us know if you have more questions or run into any other issues. |
Not sure what to do... I tried https://github.com/OpenCilk/infrastructure/blob/release/INSTALLING.md
1 hour build time (8 cores)
Only 1 cpu is used again |
In this case, the |
We have a new release of OpenCilk that includes a fix for the issue you ran into. You can use this shell archive to install the new version of OpenCilk: https://github.com/OpenCilk/opencilk-project/releases/download/opencilk%2Fv2.1/opencilk-2.1.0-x86_64-linux-gnu-ubuntu-22.04.sh. |
I tried your tutorial on Ubuntu 22.10
Download OpenCilk-2.0.0-x86_64-Linux-Ubuntu-22.04.sh
Download fib.c as fib.cpp
No faster/parallel execution.
While running fib - top shows usage of ONE cpu only
The text was updated successfully, but these errors were encountered: