Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Default number of jobs is not correct #38

Open
emrekurubas opened this issue Sep 21, 2018 · 0 comments
Open

Default number of jobs is not correct #38

emrekurubas opened this issue Sep 21, 2018 · 0 comments

Comments

@emrekurubas
Copy link

emrekurubas commented Sep 21, 2018

Documentation states that number of jobs by default is 1. However, when checking the source code, there is a macro definition called MIN_JOBS setting that value to 8.

So when etc2comp is run with parameters -jobs x (x > 0 and x < 9) etc2 spawns 11 threads. And when x > 8, thread count increases linear as expected.

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

No branches or pull requests

1 participant