[GRASS-git] [OSGeo/grass] f714bf: r.blend: Add nprocs parameter and use it for r.map...
Vaclav Petras
noreply at github.com
Thu Nov 6 20:50:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: f714bf80e54f853796854f03b5c86fd7f5b1cd9d
https://github.com/OSGeo/grass/commit/f714bf80e54f853796854f03b5c86fd7f5b1cd9d
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M scripts/r.blend/r.blend.py
A scripts/r.blend/tests/r_blend_test.py
Log Message:
-----------
r.blend: Add nprocs parameter and use it for r.mapcalc (#6564)
The main step in r.blend is running r.mapcalc which is now multithreaded. The default number of threads is now whatever is available on the machine, so to limit that, r.blend needs nprocs which is passed to r.mapcalc (before that change, r.blend was not taking the advantage of multithreading in r.mapcalc).
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list