[GRASS-git] [OSGeo/grass] 1bcf99: r.grow: Expose r.mapcalc's nprocs (#6585)
Vaclav Petras
noreply at github.com
Thu Nov 6 12:50:11 PST 2025
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 1bcf99adefa2c564346fa56847d783186cb9fcda
https://github.com/OSGeo/grass/commit/1bcf99adefa2c564346fa56847d783186cb9fcda
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M scripts/r.grow/r.grow.py
Log Message:
-----------
r.grow: Expose r.mapcalc's nprocs (#6585)
One of the two steps in r.grow is using r.mapcalc. This allows user to control the number of cores used by r.mapcalc in that step (#5742). This is more critical with the default being all cores (#5731) even if the impact is possibly limited given that the main step is not parallelized.
This depends on #6580 for the nprocs parameter in the gs.mapcalc function.
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