Hi Frank, On Thu, Sep 15, 2022 at 2:32 PM Frank David <[email protected]> wrote: > Is there a way to parallelize r.mapcalc in python scripts with > start_command() as it is with other command ? > > https://grasswiki.osgeo.org/wiki/Parallelizing_Scripts > > It seems to me r.mapcalc.tiled is not using processors at 100%
You may also check the source code of this addon where r.mapcalc is used in parallel: https://github.com/OSGeo/grass-addons/blob/grass8/src/raster/r.mapcalc.tiled/r.mapcalc.tiled.py Markus _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
