Commit 5bb7b02
authored
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.1 parent 1bcf99a commit 5bb7b02
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
142 | | - | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| |||
0 commit comments