-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-cbd854b0f4.log
104 lines (103 loc) · 3.51 KB
/
1.6.0-DEV-cbd854b0f4.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Julia Version 1.6.0-DEV.185
Commit cbd854b0f4 (2020-06-06 13:20 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed GridInterpolations ─ v1.1.1
Installed StaticArrays ─────── v0.12.3
Updating `~/.julia/environments/v1.6/Project.toml`
[bb4c363b] + GridInterpolations v1.1.1
Updating `~/.julia/environments/v1.6/Manifest.toml`
[bb4c363b] + GridInterpolations v1.1.1
[90137ffa] + StaticArrays v0.12.3
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[de0858da] + Printf
[9a3f8284] + Random
[9e88b42a] + Serialization
[2f01184e] + SparseArrays
[10745b16] + Statistics
[4ec0a83e] + Unicode
Testing GridInterpolations
Status `/tmp/jl_i2lLSy/Project.toml`
[bb4c363b] GridInterpolations v1.1.1
[a98d9a8b] Interpolations v0.12.10
[90137ffa] StaticArrays v0.12.3
[8bb1440f] DelimitedFiles
[37e2e46d] LinearAlgebra
[de0858da] Printf
[9a3f8284] Random
[10745b16] Statistics
[8dfed614] Test
Status `/tmp/jl_i2lLSy/Manifest.toml`
[13072b0f] AxisAlgorithms v1.0.0
[bb4c363b] GridInterpolations v1.1.1
[a98d9a8b] Interpolations v0.12.10
[6fe1bfb0] OffsetArrays v1.0.4
[c84ed2f1] Ratios v0.4.0
[90137ffa] StaticArrays v0.12.3
[efce3f68] WoodburyMatrices v0.5.2
[2a0f44e3] Base64
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[b77e0a4c] InteractiveUtils
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[de0858da] Printf
[9a3f8284] Random
[9e88b42a] Serialization
[1a1011a3] SharedArrays
[6462fe0b] Sockets
[2f01184e] SparseArrays
[10745b16] Statistics
[8dfed614] Test
[4ec0a83e] Unicode
Test Summary: | Pass Total
Comparisons | 2 2
Test Summary: | Pass Total
Magic | 1 1
Test Summary: | Pass Total
Repr | 1 1
Test Summary: | Pass Total
Counter | 1 1
Test Summary: | Pass Total
Mask | 3 3
Test Summary: | Pass Total
Duplicates | 2 2
Test Summary: | Pass Total
Rect Impl | 17 17
Test Summary: | Pass Total
Simplex Impl | 19 19
Test Summary: | Pass Total
Ordering | 24 24
Test Summary: | Pass Total
NaN | 1 1
Test Summary: | Pass Total
Iteration and Indexing | 27 27
1000 interpolations of 6 dimensions with 15 cut points per dimension:
Rectangle required 0.004965193471 +/- 0.006328938266772986 sec
Simplex required 0.0032895290350000005 +/- 0.007192431858240937 sec
How large is the simplex grid speed up over the multilinear grid?
limiting to 2 dimensions and therefore 316 points per dim:
mean speed: 0.002412948666666666, std dev: 0.0006071710612947122
limiting to 3 dimensions and therefore 46 points per dim:
mean speed: 0.0024447504333333326, std dev: 0.00015691550890466237
limiting to 4 dimensions and therefore 18 points per dim:
mean speed: 0.002595660633333333, std dev: 0.00019557416908874765
limiting to 5 dimensions and therefore 10 points per dim:
mean speed: 0.002886464233333333, std dev: 0.0002625964689032669
100 interpolations of 4 dimensions with 10 cut points per dimension:
Rectangle required 0.0019006747799999993 +/- 0.002317156068509523 sec
Simplex required 0.0023028003800000005 +/- 0.0011867343771935282 sec
All tests complete
Testing GridInterpolations tests passed