-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-0669b64613.log
129 lines (128 loc) · 4.62 KB
/
1.6.0-DEV-0669b64613.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
124
125
126
127
128
129
Julia Version 1.6.0-DEV.1153
Commit 0669b64613 (2020-10-07 09:01 UTC)
Platform Info:
OS: Linux (x86_64-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 ExtendableSparse ──── v0.3.1
Installed DocStringExtensions ─ v0.8.3
Updating `~/.julia/environments/v1.6/Project.toml`
[95c220a8] + ExtendableSparse v0.3.1
Updating `~/.julia/environments/v1.6/Manifest.toml`
[ffbed154] + DocStringExtensions v0.8.3
[95c220a8] + ExtendableSparse v0.3.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Testing ExtendableSparse
Status `/tmp/jl_vp1fIX/Project.toml`
[ffbed154] DocStringExtensions v0.8.3
[95c220a8] ExtendableSparse v0.3.1
[37e2e46d] LinearAlgebra
[de0858da] Printf
[2f01184e] SparseArrays
[8dfed614] Test
Status `/tmp/jl_vp1fIX/Manifest.toml`
[ffbed154] DocStringExtensions v0.8.3
[95c220a8] ExtendableSparse v0.3.1
[56f22d72] Artifacts
[2a0f44e3] Base64
[ade2ca70] Dates
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[6462fe0b] Sockets
[2f01184e] SparseArrays
[fa267f1f] TOML
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
Testing Running tests...
test_constructors()
test_timing( m=10000, n=10000, nnz=50000)
SparseMatrixCSC:
0.523900 seconds (30 allocations: 2.001 MiB)
SparseMatrixLNK:
0.008105 seconds (9 allocations: 1.602 MiB)
ExtendableSparseMatrix:
0.012702 seconds (23 allocations: 2.671 MiB)
test_assembly( m=10, n=10, xnnz=5, nsplice=1)
test_assembly( m=100, n=100, xnnz=500, nsplice=2)
test_assembly( m=1000, n=1000, xnnz=5000, nsplice=3)
test_assembly( m=20, n=10, xnnz=5, nsplice=1)
test_assembly( m=200, n=100, xnnz=500, nsplice=2)
test_assembly( m=2000, n=1000, xnnz=5000, nsplice=3)
test_assembly( m=10, n=20, xnnz=5, nsplice=1)
test_assembly( m=100, n=200, xnnz=500, nsplice=2)
test_assembly( m=1000, n=2000, xnnz=5000, nsplice=3)
test_assembly( m=4157, n=2013, xnnz=4425, nsplice=3)
test_assembly( m=7519, n=4572, xnnz=4921, nsplice=4)
test_assembly( m=4371, n=105, xnnz=61, nsplice=5)
test_assembly( m=1830, n=1960, xnnz=5361, nsplice=1)
test_assembly( m=2642, n=8452, xnnz=8013, nsplice=4)
test_assembly( m=562, n=9684, xnnz=6464, nsplice=1)
test_assembly( m=6414, n=2890, xnnz=2510, nsplice=3)
test_assembly( m=5632, n=7406, xnnz=2402, nsplice=4)
test_assembly( m=6512, n=8120, xnnz=9131, nsplice=1)
test_assembly( m=1823, n=3781, xnnz=3717, nsplice=1)
test_transient_construction( m=759, n=709, d=0.2554946527965993)
test_transient_construction( m=117, n=324, d=0.09724832497144309)
test_transient_construction( m=859, n=633, d=0.21668858761908663)
test_transient_construction( m=263, n=828, d=0.17770920228633183)
test_transient_construction( m=928, n=886, d=0.10892125579804528)
test_transient_construction( m=229, n=739, d=0.22025875564603206)
test_transient_construction( m=361, n=555, d=0.18942349163010022)
test_transient_construction( m=329, n=735, d=0.030686843216411686)
test_transient_construction( m=966, n=710, d=0.1895977059564675)
test_transient_construction( m=521, n=157, d=0.05230832923356223)
test_addition( m=272, n=104, d=0.15078862898935802)
test_addition( m=202, n=734, d=0.13090200107403652)
test_addition( m=877, n=30, d=0.290122462062219)
test_addition( m=574, n=451, d=0.29106984208410697)
test_addition( m=293, n=597, d=0.13159718188008673)
test_addition( m=959, n=280, d=0.14156758144887555)
test_addition( m=374, n=460, d=0.1675893429284916)
test_addition( m=86, n=477, d=0.26823190156298804)
test_addition( m=329, n=590, d=0.2995179760635232)
test_addition( m=424, n=709, d=0.07773984211018593)
test_operations(n=10)
0.002526 seconds (69 allocations: 38.555 KiB)
test_operations(n=100)
0.000525 seconds (69 allocations: 174.836 KiB)
test_operations(n=1000)
0.005936 seconds (73 allocations: 1.550 MiB)
1.481746 seconds (142.46 k allocations: 148.156 MiB, 5.74% gc time, 21.21% compilation time)
Testing ExtendableSparse tests passed