-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-444aa87348.log
111 lines (110 loc) · 3.74 KB
/
1.6.0-DEV-444aa87348.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
Julia Version 1.6.0-DEV.1274
Commit 444aa87348 (2020-10-17 22:11 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD EPYC 7502 32-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.0 (ORCJIT, znver2)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
JULIA_MAX_NUM_PRECOMPILE_FILES = 9223372036854775807
Resolving package versions...
Installed GenericSchur ─ v0.4.0
Updating `~/.julia/environments/v1.6/Project.toml`
[c145ed77] + GenericSchur v0.4.0
Updating `~/.julia/environments/v1.6/Manifest.toml`
[c145ed77] + GenericSchur v0.4.0
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[de0858da] + Printf
[4ec0a83e] + Unicode
Precompiling project... (tip: to disable auto-precompilation set ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0)
[32m ✓ [39mGenericSchur
1 dependency successfully precompiled
Testing GenericSchur
Status `/tmp/jl_6CSAk0/Project.toml`
[01680d73] GenericSVD v0.3.0
[c145ed77] GenericSchur v0.4.0
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[de0858da] Printf
[9a3f8284] Random
[8dfed614] Test
Status `/tmp/jl_6CSAk0/Manifest.toml`
[01680d73] GenericSVD v0.3.0
[c145ed77] GenericSchur v0.4.0
[2a0f44e3] Base64
[b77e0a4c] InteractiveUtils
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[de0858da] Printf
[9a3f8284] Random
[9e88b42a] Serialization
[8dfed614] Test
[4ec0a83e] Unicode
Testing Running tests...
Test Summary: | Pass Total
balancing Float64 | 1 1
Test Summary: | Pass Total
balancing ComplexF64 | 1 1
Test Summary: | Pass Total
balancing BigFloat | 1 1
Test Summary: | Pass Total
balancing Complex{BigFloat} | 1 1
Test Summary: | Pass Total
vector normalization BigFloat | 3 3
Test Summary: | Pass Total
vector normalization Complex{BigFloat} | 3 3
Test Summary: | Pass Total
group BigFloat | 38 38
Test Summary: | Pass Total
group Float16 | 38 38
Test Summary: | Pass Total
Godunov | 2 2
Test Summary: | Pass Total
group Float64 | 324 324
Test Summary: | Pass Total
group Float32 | 324 324
Test Summary: | Pass Total
group Complex{BigFloat} | 30 30
Test Summary: | Pass Total
group ComplexF16 | 30 30
Test Summary: | Pass Total
Godunov (complex) | 2 2
Test Summary: | Pass Total
group ComplexF64 | 204 204
Test Summary: | Pass Total
group ComplexF32 | 204 204
Test Summary: | Pass Total
ordschur ComplexF64 | 4 4
Test Summary: | Pass Total
subspace condition ComplexF64 | 2 2
Test Summary: | Pass Total
generalized sanity ComplexF64 | 14 14
Test Summary: | Pass Total
generalized sanity Complex{BigFloat} | 14 14
Test Summary: | Pass Total
gen. sylvester ComplexF64 | 10 10
Test Summary: | Pass Total
gen. adj. sylvester ComplexF64 | 10 10
Test Summary: | Pass Total
gen. sylvester Float64 | 10 10
Test Summary: | Pass Total
gen. adj. sylvester Float64 | 10 10
Test Summary: | Pass Total
gen. sylvester Complex{BigFloat} | 10 10
Test Summary: | Pass Total
gen. adj. sylvester Complex{BigFloat} | 10 10
Test Summary: | Pass Total
gen. ordschur ComplexF64 | 7 7
Test Summary: | Pass Total
gen. ordschur Complex{BigFloat} | 7 7
Test Summary: | Pass Total
gen. condition ComplexF64 | 20 20
Test Summary: | Pass Total
gen. condition Complex{BigFloat} | 20 20
Testing GenericSchur tests passed