-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.4.2-pre-58353fd273.log
118 lines (101 loc) · 3.52 KB
/
1.4.2-pre-58353fd273.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
Julia Version 1.4.2-pre.13
Commit 58353fd273 (2020-05-10 17:03 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.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.4/Project.toml`
[a1e7a1ef] + Expokit v0.2.0
Updating `~/.julia/environments/v1.4/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_FSY5co/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: 1.3086661028822247e-14
time dif: -0.494703965
testing complex n=100 (first expmv, then expm)
residuum: 5.377858922581586e-16
time dif: -0.4380143860000001
testing real n=1000 (first expmv, then expm)
residuum: 7.903583129496047e-11
time dif: -5.625278012
testing complex n=1000 (first expmv, then expm)
residuum: 2.3152201998338295e-14
time dif: -16.428138013999998
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: 2.7318652389448102e-14
time dif: -0.3882586800000003
testing 2x2 cases
residua: 1.1102230246251565e-16, 0.0
testing real n=1000 (first padm, then expm)
residuum: 1.5977290407050603e-16
time dif: 2.7718613100000002
testing complex n=100 (first padm, then expm)
residuum: 2.555160120338071e-16
time dif: -3.0009711770000003
testing real n=100 (first chbv, then expm)
residuum: 2.8696814117485435e-12
time dif: 15.424413928
testing complex n=100 (first chbv, then expm)
residuum: 2.9586820929900976e-12
time dif: 25.495117752
testing real n=1000 (first chbv, then expm)
residuum: 4.7461991563615274e-12
time dif: 36.200826493
testing real n=100 (first phimv, then expm)
residuum: 1.9017866916329175e-15
time dif: -0.356148922
testing complex n=100 (first phimv, then expm)
residuum: 1.43254508909654e-15
time dif: -1.480894822
testing real n=1000 (first phimv, then expm)
residuum: 4.308153500603595e-14
time dif: -6.614775193
testing complex n=1000 (first phimv, then expm)
residuum: 1.7648831257117267e-14
time dif: -10.89162151
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: 1.0357264088157483e-14
time dif: -4.006985815999999
Testing Expokit tests passed