-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-7d3dac44dc.log
120 lines (103 loc) · 3.57 KB
/
1.6.0-DEV-7d3dac44dc.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
Julia Version 1.6.0-DEV.1148
Commit 7d3dac44dc (2020-10-06 21:26 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD EPYC 7502 32-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-10.0.1 (ORCJIT, znver2)
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
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[2f01184e] + SparseArrays
[8dfed614] + Test
Testing Expokit
Status `/tmp/jl_P0P8oZ/Project.toml`
[a1e7a1ef] Expokit v0.2.0
[37e2e46d] LinearAlgebra
[2f01184e] SparseArrays
[8dfed614] Test
Status `/tmp/jl_P0P8oZ/Manifest.toml`
[a1e7a1ef] Expokit v0.2.0
[2a0f44e3] Base64
[b77e0a4c] InteractiveUtils
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[9a3f8284] Random
[9e88b42a] Serialization
[2f01184e] SparseArrays
[8dfed614] Test
Testing Running tests...
testing real n=100 (first expmv, then expm)
residuum: 6.542774910115905e-15
time dif: -0.269597405
testing complex n=100 (first expmv, then expm)
residuum: 7.249673797202753e-16
time dif: -0.8154003519999999
testing real n=1000 (first expmv, then expm)
residuum: 8.840693000076528e-11
time dif: -3.996314207
testing complex n=1000 (first expmv, then expm)
residuum: 1.3099539396269616e-14
time dif: -8.039067846
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.7149459220163885e-14
time dif: -0.23370595200000022
testing 2x2 cases
residua: 2.482534153247273e-16, 0.0
testing real n=1000 (first padm, then expm)
residuum: 2.9938021352508916e-16
time dif: -0.28276579
testing complex n=100 (first padm, then expm)
residuum: 1.7634343130183915e-16
time dif: -0.21674340299999972
testing real n=100 (first chbv, then expm)
residuum: 2.797536808154435e-12
time dif: 6.298130325000001
testing complex n=100 (first chbv, then expm)
residuum: 2.8309828490832445e-12
time dif: 7.519835457000001
testing real n=1000 (first chbv, then expm)
residuum: 4.179264325373926e-12
time dif: 23.917856784999998
testing real n=100 (first phimv, then expm)
residuum: 1.0559858201613037e-15
time dif: -0.14539947400000003
testing complex n=100 (first phimv, then expm)
residuum: 2.1050652031549015e-15
time dif: -0.46260614499999997
testing real n=1000 (first phimv, then expm)
residuum: 5.581937887240981e-15
time dif: -4.908789979
testing complex n=1000 (first phimv, then expm)
residuum: 1.1622637697294712e-14
time dif: -8.103312475000001
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.1743728879033142e-14
time dif: -4.243243385
Testing Expokit tests passed