You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: