We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
A trial implementation of multiprocessing is in the code
Sorry, something went wrong.
The preliminary multiprocessing option isn't reliable - consider using a different multiprocessing library
As of release 0.8.2, multiprocessing is well-documented and tested.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: