-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.4.0-DEV-7176f1a229.log
118 lines (117 loc) · 4.92 KB
/
1.4.0-DEV-7176f1a229.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.0-DEV.634
Commit 7176f1a229 (2019-12-18 18:55 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-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
Resolving package versions...
Installed KrylovKit ─ v0.4.0
Updating `~/.julia/environments/v1.4/Project.toml`
[0b1a1467] + KrylovKit v0.4.0
Updating `~/.julia/environments/v1.4/Manifest.toml`
[0b1a1467] + KrylovKit v0.4.0
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[de0858da] + Printf
[4ec0a83e] + Unicode
Testing KrylovKit
Path `/home/pkgeval/.julia/packages/KrylovKit/mKhBp` exists and looks like the correct package. Using existing path.
Updating `/tmp/jl_GVyWWq/Project.toml`
[0b1a1467] + KrylovKit v0.4.0 [`~/.julia/packages/KrylovKit/mKhBp`]
[9a3f8284] + Random
[8dfed614] + Test
Updating `/tmp/jl_GVyWWq/Manifest.toml`
[0b1a1467] ~ KrylovKit v0.4.0 ⇒ v0.4.0 [`~/.julia/packages/KrylovKit/mKhBp`]
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Running sandbox
Status `/tmp/jl_GVyWWq/Project.toml`
[0b1a1467] KrylovKit v0.4.0 [`~/.julia/packages/KrylovKit/mKhBp`]
[37e2e46d] LinearAlgebra
[de0858da] Printf
[9a3f8284] Random
[8dfed614] Test
Test Summary: | Pass Total
Orthonormalize with algorithm ClassicalGramSchmidt() | 128 128
Test Summary: | Pass Total
Orthonormalize with algorithm ModifiedGramSchmidt() | 128 128
Test Summary: | Pass Total
Orthonormalize with algorithm ClassicalGramSchmidt2() | 128 128
Test Summary: | Pass Total
Orthonormalize with algorithm ModifiedGramSchmidt2() | 128 128
Test Summary: | Pass Total
Orthonormalize with algorithm ClassicalGramSchmidtIR{Float64}(0.75) | 128 128
Test Summary: | Pass Total
Orthonormalize with algorithm ModifiedGramSchmidtIR{Float64}(0.75) | 128 128
Test Summary: | Pass Total
Givens and Householder | 24 24
Test Summary: | Pass Total
Rows and cols iterator | 16 16
Test Summary: | Pass Total
Dense Schur factorisation and associated methods | 32 32
Test Summary: | Pass Total
Complete Lanczos factorization | 48 48
Test Summary: | Pass Total
Complete Arnoldi factorization | 72 72
Test Summary: | Pass Total
Complete Golub-Kahan-Lanczos factorization | 80 80
Test Summary: | Pass Total
Incomplete Lanczos factorization | 480 480
Test Summary: | Pass Total
Incomplete Arnoldi factorization | 2160 2160
Test Summary: | Pass Total
Incomplete GKL factorization | 2400 2400
Test Summary: | Pass Total
CG small problem | 16 16
Test Summary: | Pass Total
CG large problem | 8 8
Test Summary: | Pass Total
GMRES full factorization | 16 16
Test Summary: | Pass Total
GMRES with restarts | 8 8
Test Summary: | Pass Total
Lanczos - eigsolve full | 96 96
Test Summary: | Pass Total
Lanczos - eigsolve iteratively | 96 96
Test Summary: | Pass Total
Arnoldi - eigsolve full | 88 88
Test Summary: | Pass Total
Arnoldi - eigsolve iteratively | 128 128
Test Summary: | Pass Total
GolubYe - geneigsolve full | 96 96
Test Summary: | Pass Total
GolubYe - geneigsolve iteratively | 96 96
Test Summary: | Pass Total
Arnoldi - schursolve full | 120 120
Test Summary: | Pass Total
Arnoldi - schursolve iteratively | 192 192
Test Summary: | Pass Total
GKL - svdsolve full | 64 64
Test Summary: | Pass Total
GKL - svdsolve iteratively | 80 80
Test Summary: | Pass Total
Lanczos - expintegrator full | 656 656
Test Summary: | Pass Total
Arnoldi - expintegrator full | 656 656
Test Summary: | Pass Total
Lanczos - expintegrator iteratively | 640 640
Test Summary: | Pass Total
Arnoldi - expintegrator iteratively | 960 960
Test Summary: | Pass Total
Arnoldi - expintegrator fixed point branch | 12 12
Test Summary: | Pass Total
RecursiveVec - singular values full | 48 48
Test Summary: | Pass Total
RecursiveVec - singular values iteratively | 48 48
Testing KrylovKit tests passed