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 multi processing in model code #4

Closed
gavinmacaulay opened this issue Aug 1, 2024 · 3 comments
Closed

Use multi processing in model code #4

gavinmacaulay opened this issue Aug 1, 2024 · 3 comments

Comments

@gavinmacaulay
Copy link
Collaborator

Structure the model code to facilitate parallel processing, especially for combinations of input parameter arrays (#3).

Some models take a while to run (e.g., PSMS) and being able to divide the model runs across all CPU's would be advantageous.

@gavinmacaulay
Copy link
Collaborator Author

A trial implementation of multiprocessing is in the code

@gavinmacaulay
Copy link
Collaborator Author

The preliminary multiprocessing option isn't reliable - consider using a different multiprocessing library

@gavinmacaulay gavinmacaulay reopened this Jan 12, 2025
@gavinmacaulay
Copy link
Collaborator Author

As of release 0.8.2, multiprocessing is well-documented and tested.

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

1 participant