-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-cbd854b0f4.log
123 lines (106 loc) · 3.62 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
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 Expokit ─ v0.2.0
Updating `~/.julia/environments/v1.6/Project.toml`
[a1e7a1ef] + Expokit v0.2.0
Updating `~/.julia/environments/v1.6/Manifest.toml`
[a1e7a1ef] + Expokit v0.2.0
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[8dfed614] + Test
Testing Expokit
Status `/tmp/jl_BoVE5A/Project.toml`
[a1e7a1ef] Expokit v0.2.0
[37e2e46d] LinearAlgebra
[2f01184e] SparseArrays
[8dfed614] Test
Status `/tmp/jl_BoVE5A/Manifest.toml`
[a1e7a1ef] Expokit v0.2.0
[2a0f44e3] Base64
[8ba89e20] Distributed
[b77e0a4c] InteractiveUtils
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[9a3f8284] Random
[9e88b42a] Serialization
[6462fe0b] Sockets
[2f01184e] SparseArrays
[8dfed614] Test
testing real n=100 (first expmv, then expm)
residuum: 4.1958742064861154e-15
time dif: -0.290917297
testing complex n=100 (first expmv, then expm)
residuum: 1.8668629783687062e-15
time dif: -1.18606665
testing real n=1000 (first expmv, then expm)
residuum: 6.54378587591368e-11
time dif: -7.203559959
testing complex n=1000 (first expmv, then expm)
residuum: 2.5950767132712986e-14
time dif: -11.732646055
testing linear operator n=1000 (first expmv, then expm)
┌ Warning: opnorm(LinearOp, Inf) is not defined, fall back to using `anorm = 1.0`.
│ To suppress this warning, please specify the `anorm` keyword manually.
└ @ Expokit ~/.julia/packages/Expokit/fQbKs/src/expmv.jl:8
residuum: 3.096468206130175e-14
time dif: 0.8277172239999999
testing 2x2 cases
residua: 1.1102230246251565e-16, 0.0
testing real n=1000 (first padm, then expm)
residuum: 1.3496723129941184e-16
time dif: 2.0092302780000004
testing complex n=100 (first padm, then expm)
residuum: 1.465412144112188e-16
time dif: -2.008459656000001
testing real n=100 (first chbv, then expm)
residuum: 2.926148431306071e-12
time dif: 8.060550072
testing complex n=100 (first chbv, then expm)
residuum: 2.8854932543940294e-12
time dif: 23.327226582
testing real n=1000 (first chbv, then expm)
residuum: 4.412033758141713e-12
time dif: 14.317916732
testing real n=100 (first phimv, then expm)
residuum: 1.561174072404424e-15
time dif: -0.6429266080000002
testing complex n=100 (first phimv, then expm)
residuum: 2.4154356209262462e-15
time dif: 0.013095011000000323
testing real n=1000 (first phimv, then expm)
residuum: 3.1029850765990367e-14
time dif: -5.3146868430000005
testing complex n=1000 (first phimv, then expm)
residuum: 2.0072952751076e-14
time dif: -9.82638708
testing real n=1000 (first phimv, then expm), the linear operator version.
┌ Warning: opnorm(LinearOp, Inf) is not defined, fall back to using `anorm = 1.0`.
│ To suppress this warning, please specify the `anorm` keyword manually.
└ @ Expokit ~/.julia/packages/Expokit/fQbKs/src/expmv.jl:8
┌ Warning: opnorm(LinearOp, Inf) is not defined, fall back to using `anorm = 1.0`.
│ To suppress this warning, please specify the `anorm` keyword manually.
└ @ Expokit ~/.julia/packages/Expokit/fQbKs/src/expmv.jl:8
residuum: 3.894237694103702e-15
time dif: -7.106316733
Testing Expokit tests passed