[GRASS-git] [OSGeo/grass-addons] f2d9ad: Add parallel keyword for multiprocessing and OpenM...
Vaclav Petras
noreply at github.com
Thu Oct 6 20:43:10 PDT 2022
Branch: refs/heads/grass8
Home: https://github.com/OSGeo/grass-addons
Commit: f2d9ada3d2ac9d7660015f9d022d794f117ca95a
https://github.com/OSGeo/grass-addons/commit/f2d9ada3d2ac9d7660015f9d022d794f117ca95a
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M src/imagery/i.segment.hierarchical/i.segment.hierarchical.py
M src/imagery/i.segment.stats/i.segment.stats.py
M src/imagery/i.segment.uspo/i.segment.uspo.py
M src/imagery/i.spec.sam/main.c
M src/raster/r.gdd/main.c
M src/raster/r.in.usgs/r.in.usgs.py
M src/raster/r.learn.ml/r.learn.ml.py
M src/raster/r.learn.ml2/r.learn.train/r.learn.train.py
M src/raster/r.massmov/main.c
M src/raster/r.maxent.lambdas/r.maxent.lambdas.py
M src/raster/r.shaded.pca/r.shaded.pca.py
M src/raster/r.sim.terrain/r.sim.terrain.py
M src/raster/r.sun.daily/r.sun.daily.py
M src/raster/r.sun.hourly/r.sun.hourly.py
M src/raster/r.survey/r.survey.py
M src/raster/r.tpi/r.tpi.py
M src/raster/r.tri/r.tri.py
M src/raster/r.vector.ruggedness/r.vector.ruggedness.py
M src/raster/r.viewshed.exposure/r.viewshed.exposure.py
M src/temporal/t.rast.null/t.rast.null.py
M src/temporal/t.rast.what.aggr/t.rast.what.aggr.py
Log Message:
-----------
Add parallel keyword for multiprocessing and OpenMP (#809)
* Adds parallel keyword to modules which use multiprocessing for parallel runs.
* Adds parallel keyword to modules which use OpenMP in C.
* No new keyword for r.futures, i.ann.maskrcnn, r.pops.spread, r.sun.mp, r.sim.water.mp.
* Remove unused multiprocessing and other unused imports from r.tpi.
* Adds or fixes keywords when missing or using keywords instead of keywords.
* Add aggregation as topic keyword for r.gdd (based on r.series topic keyword).
* Fixes obvious typos in non-code in modified files.
* Add parallel to r.in.usgs.
More information about the grass-commit
mailing list