octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.3 RC2


From: Marco Atzeri
Subject: Re: 3.2.3 RC2
Date: Tue, 1 Sep 2009 22:14:11 +0000 (GMT)

-- Mar 1/9/09, Dmitri A. Sergatskov <address@hidden> ha scritto:


> On i686 after fixing lapack/atlas issues I am still getting
> 1 failure
> on make check:
> 
>  ***** testif HAVE_ARPACK
>  [u2,s2,v2,flag] = svds(a,k,0);
>  s2 = diag(s2);
>  assert(flag,!1);
>  assert(s(k:-1:1), s2, 1e-10);
> !!!!! test failed
> assert (s (k:-1:1),s2,1e-10) expected
>    38.060
>    38.060
>    38.034
>    38.034
>    38.015
>    38.015
>    38.004
> but got
>    38.060
>    38.034
>    38.034
>    38.015
>    38.015
>    38.004
>    38.004
> 
> ========
> 
> So I suspect that there are some problem with lapack left.
> (Or may be with arpack.)

on 3..2.3-RC1 cygwin I had

  ***** testif HAVE_ARPACK
 [u2,s2,v2,flag] = svds(a,k,0);
 s2 = diag(s2);
 assert(flag,!1);
 assert(s(k:-1:1), s2, 1e-10); 
!!!!! test failed
assert (s (k:-1:1),s2,1e-10) expected
   38.034
   38.034
   38.015
   38.015
   38.004
   38.004
but got
   38.060
   38.034
   38.034
   38.015
   38.015
   38..004
   38.004
Dimensions don't match>>>>> 

Is eventually the expected value wrong ?

> 
> I am tempted to recompile everything with either
> "-ffloat-store" or
> "-msse -mfmath=sse2" ...
> 
> Any hints would be appreciated.
> 
> Sincerely,
> 
> Dmitri.
> --
> 

Marco


      




reply via email to

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