From 07906e1b0b8fe77f2ceb8537937148c756334ae4 Mon Sep 17 00:00:00 2001 From: Paulo van Breugel Date: Fri, 5 Apr 2024 17:21:26 +0200 Subject: [PATCH 1/2] r.univar: add note that parallelization is disabled if mask is set Given #3561 I think it is good to add the note that parallelization does not work (or is disabled) when the mask is set to the functions that allow parallelization. --- raster/r.univar/r.univar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/r.univar/r.univar.html b/raster/r.univar/r.univar.html index 5f966e61841..ca638e70ea4 100644 --- a/raster/r.univar/r.univar.html +++ b/raster/r.univar/r.univar.html @@ -54,7 +54,7 @@

PERFORMANCE

r.univar supports parallel processing using OpenMP. The user can specify the number of threads to be used with the nprocs parameter. However, parallelization is disabled when the -e extended statistics -flag is used. +flag is used. Parallelization is furthermore disabled when the MASK is set.

Due to the differences in summation order, users may encounter small floating points From 5e0d16ef9367b2cc84a993ef3d9a0cca278a7b73 Mon Sep 17 00:00:00 2001 From: Paulo van Breugel Date: Fri, 5 Apr 2024 17:54:33 +0200 Subject: [PATCH 2/2] r.univar: remove note about parallelization being disabled with extended stats enabled Parallelization for extended statistics works with #2683. --- raster/r.univar/r.univar.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/raster/r.univar/r.univar.html b/raster/r.univar/r.univar.html index ca638e70ea4..eaedaa0aae8 100644 --- a/raster/r.univar/r.univar.html +++ b/raster/r.univar/r.univar.html @@ -53,8 +53,7 @@

PERFORMANCE

r.univar supports parallel processing using OpenMP. The user can specify the number of threads to be used with the nprocs parameter. -However, parallelization is disabled when the -e extended statistics -flag is used. Parallelization is furthermore disabled when the MASK is set. +However, parallelization is disabled when the MASK is set.

Due to the differences in summation order, users may encounter small floating points