octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.6.1 release


From: nitnit
Subject: Re: 3.6.1 release
Date: Thu, 23 Feb 2012 12:02:48 -0800 (PST)

I have built Octave-3.6.1 on mingw with gcc-4.6.2 using Tatsuros libs.

Make check results with Tatsuros reference blas are the same as with 3.6.0
and 3.6.1-rc0:


  src\data.cc ............................................ PASS  796/798 
FAIL 2
  src\mappers.cc ......................................... PASS  358/359 
FAIL 1
  test_system.m ........................................... PASS   84/85  
FAIL 1


Summary:

  PASS  10147
  FAIL      4

There were 3 expected failures (see fntests.log for details).

There were 11 skipped tests (see fntests.log for details).

With Openblas cross compiled by me (cygwin to mingw) for dynamic-arch, 2
threads, I have got one additional failure slightly exceeding a tolerance
limit in dMatrix.cc:

  liboctave\dMatrix.cc ................................... PASS    9/10  
FAIL 1

and in fntests.log:

>>>>> processing c:\OctaveB\octave-3.6.1\liboctave\dMatrix.cc
  ***** assert([rv*M;rv*M],[rv;rv]*M,1e-13)
!!!!! test failed
assert ([rv * M; rv * M],[rv; rv] * M,1e-13) expected
 Columns 1 through 7:
   -35.212  -117.988   138.150   -66.489  -263.431   -66.692   -33.386
   -35.212  -117.988   138.150   -66.489  -263.431   -66.692   -33.386
 Columns 8 through 10:
  -144.804  -134.980   -86.433
  -144.804  -134.980   -86.433
but got
 Columns 1 through 7:
   -35.212  -117.988   138.150   -66.489  -263.431   -66.692   -33.386
   -35.212  -117.988   138.150   -66.489  -263.431   -66.692   -33.386
 Columns 8 through 10:
  -144.804  -134.980   -86.433
  -144.804  -134.980   -86.433
maximum absolute error 1.13687e-013 exceeds tolerance 1e-013

Nitzan



--
View this message in context: 
http://octave.1599824.n4.nabble.com/3-6-1-release-tp4400892p4415060.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]