-
Notifications
You must be signed in to change notification settings - Fork 427
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
Never completes #27
Comments
Strange. It could be an issue with parallelization and OpenMP implementation. Can you try adding the flag '--threads 1" to see what happens when you run in serial mode?
…On July 7, 2017 5:01:33 AM EDT, Raaj ***@***.***> wrote:
I tried compiling on Linux and running it, but it never seems to
complete and uses 100% of all my cores. I am trying the bunny example
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#27
|
I met the problem too. On Windows, everything is fine but I have to turn off OpenMP to use it on Linux. |
@straywarrior : Could you give more info on how you disabled openMP please ? I meet the same issue on ubuntu 16.04... |
@ThibaultGROUEIX You can modify the |
@straywarrior : great, thanks! |
I tried compiling on Linux and running it, but it never seems to complete and uses 100% of all my cores. I am trying the bunny example with a depth of 9
The text was updated successfully, but these errors were encountered: