-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
NUM_PROC_THREADS not being honored when processing input. #9234
Comments
Read num proc threads also for processing
I proposed a patch: #9235 |
… input In the proposed pull request doxygen#9235 the correct solution was given for the specific place. To overcome the problem to have to have the correction code at each place where `NUM_PROC_THREADS` is used the code is moved to a central place.
issue #9234 NUM_PROC_THREADS not being honored when processing input
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release). |
This issue was previously marked 'fixed but not released', |
Describe the bug
In an 8-thread computer, I enable NUM_PROC_THREADS to 4 when building my documentation. However, in some steps, doxygen uses 8 even if I told him to only use 4. In other steps, it correctly respects the maximum.
Expected behavior
It always respects the maximum.
Screenshots
doxygen's output is very clear about this:
To Reproduce
Just turn in any project NUM_PROC_THREADS to half of your max number of threads, and check the output.
Version
1.9.4 (91095fb62f0bc2c624b0e8e49d9316f51be76559*)
The text was updated successfully, but these errors were encountered: