Is your feature request related to a problem? Please describe
Following the parallelization work in #6940, the dx, dy computation in r.sim remains serial while the main part of the tool can use multiple cores.
Describe the solution you'd like
Multiple cores used for the dx, dy calculation.
Additional context
Evaluating performance improvements will require separate analysis of the dx, dy computation, since the main r.sim.water simulation will dominate the total runtime.
Is your feature request related to a problem? Please describe
Following the parallelization work in #6940, the dx, dy computation in
r.simremains serial while the main part of the tool can use multiple cores.Describe the solution you'd like
Multiple cores used for the dx, dy calculation.
Additional context
Evaluating performance improvements will require separate analysis of the dx, dy computation, since the main
r.sim.watersimulation will dominate the total runtime.