Skip to content
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

Open
soulslicer opened this issue Jul 7, 2017 · 5 comments
Open

Never completes #27

soulslicer opened this issue Jul 7, 2017 · 5 comments

Comments

@soulslicer
Copy link

soulslicer commented Jul 7, 2017

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

@mkazhdan
Copy link
Owner

mkazhdan commented Jul 7, 2017 via email

@straywarrior
Copy link

I met the problem too. On Windows, everything is fine but I have to turn off OpenMP to use it on Linux.
Built with GCC 5.4.0 under Ubuntu 16.04.

@ThibaultGROUEIX
Copy link

@straywarrior : Could you give more info on how you disabled openMP please ? I meet the same issue on ubuntu 16.04...

@straywarrior
Copy link

@ThibaultGROUEIX You can modify the CFLAGS and LFLAGS in Makefile, remove -fopenmp and -lgomp and then compiler will turn off OpenMP support.

@ThibaultGROUEIX
Copy link

@straywarrior : great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants