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

no multithreading? #1

Closed
spieiga opened this issue Jul 5, 2017 · 1 comment
Closed

no multithreading? #1

spieiga opened this issue Jul 5, 2017 · 1 comment

Comments

@spieiga
Copy link

spieiga commented Jul 5, 2017

I'm a Ryzen linux user and wanted to try and reproduce what you are seeing with segfaults.

However, I noticed in buildloop.sh, you are using make -j 1

I'm surprised this is happening with only one thread, most reported the errors when using make -j 16 (for ryzens with 8 cores)

@suaefar
Copy link
Owner

suaefar commented Jul 6, 2017

This is because 1x "make -j 16" leads to lower load than 16x "make -j 1".
If "nproc" returns 16 on your machine the buildloop.sh script will be started 16 times.

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

2 participants