-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-6a9a92683d.log
235 lines (233 loc) · 9.43 KB
/
1.5.0-DEV-6a9a92683d.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
Julia Version 1.5.0-DEV.299
Commit 6a9a92683d (2020-02-20 07:47 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-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed Primes ──────────── v0.4.0
Installed DistributedArrays ─ v0.6.4
Updating `~/.julia/environments/v1.5/Project.toml`
[aaf54ef3] + DistributedArrays v0.6.4
Updating `~/.julia/environments/v1.5/Manifest.toml`
[aaf54ef3] + DistributedArrays v0.6.4
[27ebfcd6] + Primes v0.4.0
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
Testing DistributedArrays
#=#=# ######################################################################## 100.0%
Status `/tmp/jl_tyVl0w/Manifest.toml`
[aaf54ef3] DistributedArrays v0.6.4
[efe28fd5] OpenSpecFun_jll v0.5.3+1
[27ebfcd6] Primes v0.4.0
[276daf66] SpecialFunctions v0.10.0
[2a0f44e3] Base64
[ade2ca70] Dates
[8ba89e20] Distributed
[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
[10745b16] Statistics
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
Test Summary: | Pass Total
test distribute and other constructors | 13 13
Test Summary: | Pass Total
test DArray equality/copy/deepcopy | 9 9
Test Summary: | Pass Total
test DArray similar | 2 2
Test Summary: | Pass Total
test DArray reshape | 2 2
Test Summary: | Pass Total
test @DArray comprehension constructor | 2 2
Test Summary: | Pass Total
test DArray / Array conversion | 10 10
Test Summary: | Pass Total
test copy! | 1 1
Test Summary: | Pass Total
test DArray reduce | 4 4
Test Summary: | Pass Total
test rmul | 1 1
Test Summary: | Pass Total
test rmul!(Diagonal, A) | 2 2
Test Summary: | Pass Total
test mapreduce on DArrays | 300 300
Test Summary: | Pass Total
test mapreducedim on DArrays | 5 5
Test Summary: | Pass Total
test mapreducdim, reducedim on DArrays | 28 28
Test Summary: | Pass Total
test statistical functions on DArrays | 7 7
Test Summary: | Pass Total
test sum on DArrays | 22 22
Test Summary: | Pass Total
test size on DArrays | 4 4
Test Summary: | Pass Total
test collections API | 2 2
Test Summary: | Pass Total
test max / min / sum | 8 8
Test Summary: | Pass Total
test all / any | 11 11
Test Summary: | Pass Total
test count | 3 3
Test Summary: | Pass Total
test prod | 1 1
Test Summary: | Pass Total
test zeros | 18 18
Test Summary: | Pass Total
test dones | 17 17
Test Summary: | Pass Total
test drand | 19 19
Test Summary: | Pass Total
test randn | 6 6
Test Summary: | Pass Total
test transpose/adjoint | 4 4
Test Summary: | Pass Total
makelocal | 182 182
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
┌ Warning: `reindex(V, idxs, subidxs)` is deprecated, use `reindex(idxs, subidxs)` instead.
│ caller = #84 at darray.jl:603 [inlined]
└ @ Core ~/.julia/packages/DistributedArrays/UZMDF/src/darray.jl:603
Test Summary: | Pass Total
test convert from subdarray | 4 4
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
┌ Warning: `lgamma(x::Real)` is deprecated, use `(logabsgamma(x))[1]` instead.
│ caller = _broadcast_getindex_evalf at broadcast.jl:631 [inlined]
└ @ Core ./broadcast.jl:631
Test Summary: | Pass Total
test scalar math | 82 82
Test Summary: | Pass Total
test mapslices | 12 12
Test Summary: | Pass Total
test scalar ops | 22 22
Test Summary: | Pass Total
test broadcast ops | 4 4
Test Summary: | Pass Total
test matrix multiplication | 4 4
Test Summary: | Pass Total
dot product | 1 1
Test Summary: | Pass Total
test norm | 4 4
Test Summary: | Pass Total
test axpy! | 4 4
Test Summary: | Pass Total
test ppeval | 2 2
Test Summary: | Pass Total
test nnz | 1 1
Test Summary: | Pass Total
test matmatmul | 3 3
Test Summary: | Pass Total
sort, T = Int64, 10^0 elements | 8 8
Test Summary: | Pass Total
sort, T = Float64, 10^0 elements | 8 8
Test Summary: | Pass Total
sort, T = Int64, 10^1 elements | 8 8
Test Summary: | Pass Total
sort, T = Float64, 10^1 elements | 8 8
Test Summary: | Pass Total
sort, T = Int64, 10^2 elements | 8 8
Test Summary: | Pass Total
sort, T = Float64, 10^2 elements | 8 8
Test Summary: | Pass Total
sort, T = Int64, 10^3 elements | 8 8
Test Summary: | Pass Total
sort, T = Float64, 10^3 elements | 8 8
Test Summary: | Pass Total
sort, T = Int64, 10^4 elements | 8 8
Test Summary: | Pass Total
sort, T = Float64, 10^4 elements | 8 8
Test Summary: | Pass Total
sort, T = Int64, 10^5 elements | 8 8
Test Summary: | Pass Total
sort, T = Float64, 10^5 elements | 8 8
Test Summary: | Pass Total
sort, T = Int64, 10^6 elements | 8 8
Test Summary: | Pass Total
sort, T = Float64, 10^6 elements | 8 8
Test Summary: | Pass Total
ddata | 26 26
Test Summary: |
rand! | No tests
Test Summary: | Pass Total
test for any leaks | 2 2
SPMD: Passed send/recv
SPMD: Passed broadcast
SPMD: Passed scatter 1
SPMD: Passed scatter 2
SPMD: Passed gather 1
SPMD: Passed gather 2
SPMD: Passed testing of spmd function run concurrently
SPMD: Passed spmd function with explicit context run concurrently
Testing DistributedArrays tests passed