octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.8.2-rc1 release candidate available for ftp


From: José Luis García Pallero
Subject: Re: Octave 3.8.2-rc1 release candidate available for ftp
Date: Mon, 9 Jun 2014 13:57:41 +0200

2014-06-08 14:50 GMT+02:00 José Luis García Pallero <address@hidden>:
> Debian Sid (64 bits), GCC 4.8.2, LLVM 3.3
>
> ./configure --prefix=/opt/octave/ CFLAGS=-O3 CXXFLAGS=-O3 FFLAGS=-O3
> --with-blas=/opt/openblas/lib/libopenblas.so
> --with-lapack=/usr/lib/lapack/liblapack.so --enable-jit
>
> Summary:
>
>   PASS     11589
>   FAIL         0
>   XFAIL        7

A little bit more information:

Intel Core2 Duo P9600, 2.66GHz. for loop tests (cpufreq governor 'performance'):

a = 1; b = 1; tic; for i=1:1000; for j=1:1000; a = a + b; end; end; toc
Elapsed time is 1.90254 seconds.

jit_enable (1)
a = 1; b = 1; tic; for i=1:1000; for j=1:1000; a = a + b; end; end; toc
Elapsed time is 0.00493097 seconds.

>
> See the file test/fntests.log for additional details.
>
> --
> *****************************************
> José Luis García Pallero
> address@hidden
> (o<
> / / \
> V_/_
> Use Debian GNU/Linux and enjoy!
> *****************************************



-- 
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************



reply via email to

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