Performance Issues on WSL #143
elojonen
started this conversation in
Workshop 2025
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
General info from my experience when it comes to mHM performance in WSL on a Windows 11 device: switching sytems in the simulation process can be a bottleneck. To simulate the unstrut catchment for 1 year, on a daily base with a model resolution of 0.25 (same as ERA5 input) I get the following simulation times:
More so, when running a 'small' catchment on a relatively coarse resolution, the default parallelization of the model can actually be a disadvantage, which may be offset by running
%%bash export OMP_NUM_THREADS=1before model execution. This may reduce simulation time (for these conditions!) singificantly.Beta Was this translation helpful? Give feedback.
All reactions