You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> versioninfo()
Julia Version 0.6.0-dev.1555
Commit 2ee7311* (2016-12-13 05:11 UTC)
Platform Info:
OS: Linux (x86_64-suse-linux)
CPU: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
make completes correctly, then make testall stops with error beginning at
dsp (3) | 7.44 | 0.91 | 12.2 | 298.09 | 2844.51
examples (4) | 12.04 | 0.59 | 4.9 | 637.90 | 1742.35
ERROR: LoadError: UndefVarError: ziptype not defined
in _broadcast_type at ./sparse/sparsematrix.jl:1468 [inlined]
in map(::##252#253, ::SparseMatrixCSC{Float64,Int64}) at ./sparse/sparsematrix.jl:1416
in testmap_equivalence(::Function, ::SparseMatrixCSC{Float64,Int64}, ::Vararg{SparseMatrixCSC{Float64,Int64},N}) at /home/colin/Downloads/julia6/test/parallel_exec.jl:845
in include_from_node1(::String) at ./loading.jl:532
in include(::String) at ./sysimg.jl:14
in process_options(::Base.JLOptions) at ./client.jl:271
in _start() at ./client.jl:335
with extensive error output following which seems to repeat the same error "ziptype not defined" for various functions. I have kept the full error output and can gist this if necessary.
I believe this has emerged in the last 48 hours.
The text was updated successfully, but these errors were encountered:
In:
make completes correctly, then
make testall
stops with error beginning atwith extensive error output following which seems to repeat the same error "ziptype not defined" for various functions. I have kept the full error output and can gist this if necessary.
I believe this has emerged in the last 48 hours.
The text was updated successfully, but these errors were encountered: