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

use a process pool to calculate profile_uncertainty in parallel #223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bmaranville
Copy link
Member

Profile uncertainty can take a long time to calculate, and this PR adds a "parallel" kw arg to control parallelism.

A Process pool is launched when paralllel is not equal to 1

Note that this change is incompatible with using bumps.calc_errors to calculate the profile uncertainty, and so requires that #222 be merged first.

currently the parallel argument doesn't get set in any of the existing usage contexts, so it will use the default value of 0
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

Successfully merging this pull request may close these issues.

2 participants