[GRASS-git] [OSGeo/grass] 5bb7b0: r.mapcalc.simple: Add nprocs for r.mapcalc (#6584)

Vaclav Petras noreply at github.com
Thu Nov 6 13:59:15 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: 5bb7b0219668e549efe4d25cadebf58f0d38e957
      https://github.com/OSGeo/grass/commit/5bb7b0219668e549efe4d25cadebf58f0d38e957
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2025-11-06 (Thu, 06 Nov 2025)

  Changed paths:
    M scripts/r.mapcalc.simple/r.mapcalc.simple.py

  Log Message:
  -----------
  r.mapcalc.simple: Add nprocs for r.mapcalc (#6584)

With r.mapcalc being parallel (#5742) and the default nprocs in C (for r.mapcalc) being all cores (#5731), it both makes sense and is necessary to have a pass-through nprocs in r.mapcalc.simple. This gives users access to the parallelization options (regardless of the default), and it allows users to avoid oversubscription (with the default being all cores).

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