Skip to content

Commit e44dd4a

Browse files
committed
unset OMP etc env variables for fedora
1 parent bf9410d commit e44dd4a

File tree

6 files changed

+61
-190
lines changed

6 files changed

+61
-190
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: gstat
2-
Version: 2.1-3
2+
Version: 2.1-4
33
Title: Spatial and Spatio-Temporal Geostatistical Modelling, Prediction
44
and Simulation
55
Authors@R: c(person(given = "Edzer",

inst/ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2025-03-24 edzer <[email protected]>
2+
3+
* : commit 1dedc91ce29c75c299977aa6d73d01d4ed985c4a Author: edzer
4+
<[email protected]> Date: Mon Mar 24 18:58:48 2025
5+
+0100
6+
7+
2025-03-06 Edzer Pebesma <[email protected]>
8+
9+
* : Merge pull request #147 from agila5/add-install-instructions Add installation instructions to README
10+
11+
2025-02-04 edzer <[email protected]>
12+
13+
* DESCRIPTION, inst/ChangeLog, man/sic2004.Rd, man/sic97.Rd,
14+
man/walker.Rd, tests/cv.Rout.save, tests/cv3d.Rout.save,
15+
tests/stars.Rout.save: CRAN r-devel notes/diffs
16+
117
2025-01-27 edzer <[email protected]>
218

319
* DESCRIPTION: CRAN NOTE: packages used in demo

tests/stars.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Sys.setenv(TZ = "UTC")
22

3+
Sys.unsetenv("KMP_DEVICE_THREAD_LIMIT")
4+
Sys.unsetenv("KMP_ALL_THREADS")
5+
Sys.unsetenv("KMP_TEAMS_THREAD_LIMIT")
6+
Sys.unsetenv("OMP_THREAD_LIMIT")
7+
38
# 0. using sp:
49

510
suppressPackageStartupMessages(library(sp))

tests/stars.Rout.save

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
1-
2-
R Under development (unstable) (2025-02-03 r87683 ucrt) -- "Unsuffered Consequences"
3-
Copyright (C) 2025 The R Foundation for Statistical Computing
4-
Platform: x86_64-w64-mingw32/x64
5-
6-
R is free software and comes with ABSOLUTELY NO WARRANTY.
7-
You are welcome to redistribute it under certain conditions.
8-
Type 'license()' or 'licence()' for distribution details.
9-
10-
R is a collaborative project with many contributors.
11-
Type 'contributors()' for more information and
12-
'citation()' on how to cite R or R packages in publications.
13-
14-
Type 'demo()' for some demos, 'help()' for on-line help, or
15-
'help.start()' for an HTML browser interface to help.
16-
Type 'q()' to quit R.
17-
18-
> Sys.setenv(TZ = "UTC")
19-
>
20-
> # 0. using sp:
21-
>
22-
> suppressPackageStartupMessages(library(sp))
23-
> demo(meuse, ask = FALSE)
24-
25-
26-
demo(meuse)
27-
---- ~~~~~
28-
29-
> require(sp)
30-
31-
> crs = CRS("EPSG:28992")
1+
2+
R version 4.5.1 (2025-06-13) -- "Great Square Root"
3+
Copyright (C) 2025 The R Foundation for Statistical Computing
4+
Platform: x86_64-pc-linux-gnu
5+
6+
R is free software and comes with ABSOLUTELY NO WARRANTY.
7+
You are welcome to redistribute it under certain conditions.
8+
Type 'license()' or 'licence()' for distribution details.
9+
10+
R is a collaborative project with many contributors.
11+
Type 'contributors()' for more information and
12+
'citation()' on how to cite R or R packages in publications.
13+
14+
Type 'demo()' for some demos, 'help()' for on-line help, or
15+
'help.start()' for an HTML browser interface to help.
16+
Type 'q()' to quit R.
17+
18+
> Sys.setenv(TZ = "UTC")
19+
>
20+
> Sys.unsetenv("KMP_DEVICE_THREAD_LIMIT")
21+
> Sys.unsetenv("KMP_ALL_THREADS")
22+
> Sys.unsetenv("KMP_TEAMS_THREAD_LIMIT")
23+
> Sys.unsetenv("OMP_THREAD_LIMIT")
24+
>
25+
> # 0. using sp:
26+
>
27+
> suppressPackageStartupMessages(library(sp))
28+
> demo(meuse, ask = FALSE)
29+
30+
31+
demo(meuse)
32+
---- ~~~~~
33+
34+
> require(sp)
35+
36+
> crs = CRS("EPSG:28992")
3237

3338
> data("meuse")
3439

@@ -466,8 +471,8 @@ drawing 5 multivariate GLS realisations of beta...
466471
stars object with 3 dimensions and 2 attributes
467472
attribute(s):
468473
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
469-
zinc 101.7643 199.48523 300.2140 399.7954 544.0229 1817.2057 25045
470-
lead 32.7799 73.01782 107.9339 133.1702 178.8162 638.9396 25045
474+
zinc 101.7643 199.59256 300.2140 399.8017 544.0327 1817.2057 25045
475+
lead 32.7799 73.03151 107.9339 133.1725 178.8162 638.9396 25045
471476
dimension(s):
472477
from to offset delta values x/y
473478
x 1 78 178440 40 NULL [x]
@@ -477,4 +482,4 @@ sample 1 5 NA NA sim1,...,sim5
477482
>
478483
> proc.time()
479484
user system elapsed
480-
11.81 0.64 12.45
485+
6.205 8.037 5.303

tests/unproj.R

Lines changed: 0 additions & 59 deletions
This file was deleted.

tests/unproj.Rout.save

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)