Skip to content

Instantly share code, notes, and snippets.

/-

Created July 3, 2014 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7cce0057bf9a3009a92a to your computer and use it in GitHub Desktop.
Save anonymous/7cce0057bf9a3009a92a to your computer and use it in GitHub Desktop.
JULIA test/all
From worker 2: * linalg1
From worker 3: * linalg2
exception on 2: ERROR: mismatch of non-finite elements:
cond(a,1) = Inf
483.7320054554436 = 483.7320054554436
in test_approx_eq at test.jl:101
in anonymous at no file:12
in runtests at /home/tkelman/Julia/julia-sysblas/test/testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading linalg1.jl, in expression starting on line 9
exception on 3: ERROR: mismatch of non-finite elements:
triu(LinAlg.BLAS.syr2k('U','N',U,V)) = Complex{Float32}[0.0f0 - 1.2104458f0im 0.0f0 + 6.090457f0im 0.0f0 - 2.2364316f0im 0.0f0 + 2.8296614f0im 0.0f0 - 2.6937468f0im
0.0f0 + 0.0f0im 0.0f0 + 18.245226f0im 0.0f0 + 3.0772724f0im 0.0f0 - 16.303053f0im 0.0f0 - 0.52631414f0im
0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 2.9973192f0im 0.0f0 - 5.2764225f0im 0.0f0 + 0.3987015f0im
0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 13.234829f0im 0.0f0 + 2.1754763f0im
0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 - 1.7721487f0im]
triu(U * $(Expr(:.', :V)) + V * $(Expr(:.', :U))) = Complex{Float32}[0.0f0 - 1.2104458f0im 0.0f0 + 6.090457f0im 0.0f0 - 2.2364316f0im 0.0f0 + 2.8296614f0im 0.0f0 - 2.6937468f0im
0.0f0 + 0.0f0im 0.0f0 + 18.245226f0im 0.0f0 + 3.0772724f0im 0.0f0 - 16.303053f0im 0.0f0 - 0.52631414f0im
0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 2.9973192f0im 0.0f0 - 5.2764225f0im 0.0f0 + 0.3987015f0im
0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 13.234829f0im NaN32 + NaN32*im
0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 + 0.0f0im 0.0f0 - 1.7721487f0im]
in test_approx_eq at test.jl:101
in anonymous at no file:153
in runtests at /home/tkelman/Julia/julia-sysblas/test/testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading linalg2.jl, in expression starting on line 143
ERROR: mismatch of non-finite elements:
cond(a,1) = Inf
483.7320054554436 = 483.7320054554436
in anonymous at task.jl:1350
while loading linalg1.jl, in expression starting on line 9
while loading /home/tkelman/Julia/julia-sysblas/test/runtests.jl, in expression starting on line 46
make[1]: *** [all] Error 1
make: *** [testall] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment