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

Investigate multithreading to accelerate PDE solving (and maybe UDEs) #1

Open
JordiBolibar opened this issue Jul 4, 2023 · 0 comments
Labels
enhancement New feature or request performance Improving model performance

Comments

@JordiBolibar
Copy link
Member

Right now we're using multiprocessing to parallelize the solve of the SIA for each glacier. This is effective in accelerating the simulations, but we still haven't explored the use of multithreading. Multithreading could be used inside each process for each glacier, in order to solve the SIA in parallel. I'm aware DifferentialEquation.jl enables this, so it might be fairly easy to implement.

@JordiBolibar JordiBolibar added enhancement New feature or request performance Improving model performance labels Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Improving model performance
Projects
None yet
Development

No branches or pull requests

1 participant