Skip to content

Instantly share code, notes, and snippets.

/-

Created July 3, 2014 02:15
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/9292fc3fe1a2e9afe09d to your computer and use it in GitHub Desktop.
Save anonymous/9292fc3fe1a2e9afe09d to your computer and use it in GitHub Desktop.
JULIA test/all
From worker 2: * linalg1
From worker 3: * linalg2
exception on 2: ERROR: assertion failed: |cond(a,1) - 483.7320054554436| <= 0.01
cond(a,1) = 476.78007448856226
483.7320054554436 = 483.7320054554436
difference = 6.951930966881321 > 0.01
in error at error.jl:22
in test_approx_eq at test.jl:109
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: test failed: norm(W \ v - iFv) / norm(iFv) <= n * cond(F) * ε
in error at error.jl:21
in default_handler at test.jl:19
in do_test at test.jl:39
in anonymous at no file:100
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 22
ERROR: assertion failed: |cond(a,1) - 483.7320054554436| <= 0.01
cond(a,1) = 476.78007448856226
483.7320054554436 = 483.7320054554436
difference = 6.951930966881321 > 0.01
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