Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Call
SetGlobalDefaultNumberOfThreads
when processing "-threads"
It appears that `SetGlobalMaximumNumberOfThreads` may not affect the size of ITK's ThreadPool. The ThreadPool only uses "GlobalDefaultNumberOfThreads". - Related to ITK issue InsightSoftwareConsortium/ITK#4773 "GlobalDefaultNumberOfThreads should not be greater than GlobalMaximumNumberOfThreads"
- Loading branch information