[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.9.4 speed
From: |
Shai Ayal |
Subject: |
Re: 2.9.4 speed |
Date: |
Thu, 12 Jan 2006 12:44:48 +0200 |
User-agent: |
Thunderbird 1.5 (X11/20051025) |
octave-2.9.4> s0=cputime ;a=[];for ii=1:10000;a=[a,ii];endfor;cputime-s0
ans = 2.3721
octave-2.9.4> octave_config_info.config_opts
ans = 'CFLAGS=-I/usr/include/glpk' 'CPPFLAGS=-I/usr/include/glpk'
'CXXFLAGS=-I/usr/include/glpk' 'F77=gfortran'
'LDFLAGS=-L/usr/lib/atlas-custom/'
octave-2.1.72> s0=cputime ;a=[];for ii=1:10000;a=[a,ii];endfor;cputime-s0
ans = 0.98806
octave-2.1.72> octave_config_info.config_opts
ans = '--enable-shared' '--disable-static' 'F77=gfortran'
'LDFLAGS=-L/usr/lib/atlas-custom/'
uname -a
Linux xxx.xxx 2.6.14-1.1656_FC4smp #1 SMP Thu Jan 5 22:24:06 EST 2006 i686
i686 i386 GNU/Linux
Shai
John W. Eaton wrote:
On 11-Jan-2006, Shai Ayal wrote:
| I take that to mean that I should investigate further :)
Or at least give us something we can run that demonstrates the
problem.
jwe
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
Re: 2.9.4 speed, David Bateman, 2006/01/12