help-octave
[Top][All Lists]
Advanced

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

Re: How to get Octave.app to work 3


From: Vic Norton
Subject: Re: How to get Octave.app to work 3
Date: Wed, 5 Sep 2007 15:22:55 -0400

Here are the results Dimitri.

Octave Benchmark 2 took a total of 10.59 seconds with the shebang line
   (1) #!/usr/local/bin/octave
       [octave-2.9.9]
and a total of 36.54 seconds with shebang line
   (2) #!/Applications/Octave.app/Contents/Resources/bin/octave
       [octave-2.9.13 from Octave.app]
The complete results of the two tests are appended to this letter.

One idea about the slowness of octave-2.9.13. According to the preambles (below), octave-2.9.9 is configured for powerpc-apple- darwin8.8.0 and octave-2.9.13 is configured for powerpc-apple- darwin7.9.1. I'm not sure if this is relevant, but there it is.

Regards,

Vic

On Sep 5, 2007, at 12:09 PM, Dmitri A. Sergatskov wrote:

Vic,

If you still have both version could you run the benchmark:
http://www.sciviews.org/benchmark/Octave2.m (you may need
http://www.sciviews.org/benchmark/gcd2.m)

and post the results?

Sincerely,

Dmitri.

### Complete results of Octave Benchmark 2 tests ###

### Test 1 (octave-2.9.9 from High Performance Computing)
GNU Octave, version 2.9.9 (powerpc-apple-darwin8.8.0).
Copyright (C) 2006 John W. Eaton.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Additional information about Octave is available at http:// www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <address@hidden> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).


   Octave Benchmark 2
   ==================
Number of times each test is run__________________________: 3
   I. Matrix calculation
   ---------------------
Creation, transp., deformation of a 1500x1500 matrix (sec): 0.9975
800x800 normal distributed random matrix ^1000______ (sec): 0.1536
Sorting of 2,000,000 random values__________________ (sec): 0.7434
700x700 cross-product matrix (b = a' * a)___________ (sec): 0.2362
Linear regression over a 600x600 matrix (c = a \\ b') (sec): 0.1513
------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 0.2999
   II. Matrix functions
   --------------------
FFT over 800,000 random values______________________ (sec): 0.6105
Eigenvalues of a 320x320 random matrix______________ (sec): 0.4491
Determinant of a 650x650 random matrix______________ (sec): 0.141
Cholesky decomposition of a 900x900 matrix__________ (sec): 0.1806
Inverse of a 400x400 random matrix__________________ (sec): 0.08651
------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 0.2253
   III. Programmation
   ------------------
750,000 Fibonacci numbers calculation (vector calc)_ (sec): 0.5069
Creation of a 2250x2250 Hilbert matrix (matrix calc) (sec): 0.9535
Grand common divisors of 70,000 pairs (recursion)___ (sec): 0.4758
Creation of a 220x220 Toeplitz matrix (loops)_______ (sec): 2.103
Escoufier's method on a 37x37 matrix (mixed)________ (sec): 2.804
------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 1.005
Total time for all 15 tests_________________________ (sec): 10.59
Overall mean (sum of I, II and III trimmed means/3)_ (sec): 0.408
                      --- End of test ---


### Test 2 (octave-2.9.13 from Octave.app)
GNU Octave, version 2.9.13
Copyright (C) 2007 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.
benchmark2-test2.txt

Octave was configured for "powerpc-apple-darwin7.9.1".

Additional information about Octave is available at http:// www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <address@hidden> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news'.


   Octave Benchmark 2
   ==================
Number of times each test is run__________________________: 3
   I. Matrix calculation
   ---------------------
Creation, transp., deformation of a 1500x1500 matrix (sec): 4.107
800x800 normal distributed random matrix ^1000______ (sec): 0.3078
Sorting of 2,000,000 random values__________________ (sec): 2.398
700x700 cross-product matrix (b = a' * a)___________ (sec): 0.4573
Linear regression over a 600x600 matrix (c = a \\ b') (sec): 0.4405
------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 0.7846
   II. Matrix functions
   --------------------
FFT over 800,000 random values______________________ (sec): 1.09
Eigenvalues of a 320x320 random matrix______________ (sec): 0.4918
Determinant of a 650x650 random matrix______________ (sec): 0.5815
Cholesky decomposition of a 900x900 matrix__________ (sec): 0.2563
Inverse of a 400x400 random matrix__________________ (sec): 0.2883
------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 0.4353
   III. Programmation
   ------------------
750,000 Fibonacci numbers calculation (vector calc)_ (sec): 1.121
Creation of a 2250x2250 Hilbert matrix (matrix calc) (sec): 1.287
Grand common divisors of 70,000 pairs (recursion)___ (sec): 2.231
Creation of a 220x220 Toeplitz matrix (loops)_______ (sec): 11.62
Escoufier's method on a 37x37 matrix (mixed)________ (sec): 9.863
------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 3.048
Total time for all 15 tests_________________________ (sec): 36.54
Overall mean (sum of I, II and III trimmed means/3)_ (sec): 1.013
                      --- End of test ---




reply via email to

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