Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71668 - sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance
From: mario.mulansky_at_[hidden]
Date: 2011-05-02 10:38:45


Author: mariomulansky
Date: 2011-05-02 10:38:43 EDT (Mon, 02 May 2011)
New Revision: 71668
URL: http://svn.boost.org/trac/boost/changeset/71668

Log:
+results with default algebra
Text files modified:
   sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/perf_tests.py | 4 ++--
   sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/results.dat | 20 ++++++++++----------
   2 files changed, 12 insertions(+), 12 deletions(-)

Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/perf_tests.py
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/perf_tests.py (original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/perf_tests.py 2011-05-02 10:38:43 EDT (Mon, 02 May 2011)
@@ -1,8 +1,8 @@
 from os import popen
 from os.path import isfile
 
-bin_path = "bin/gcc-4.4/release/"
-#bin_path = "bin/intel-linux/release/"
+#bin_path = "bin/gcc-4.4/release/"
+bin_path = "bin/intel-linux/release/"
 
 bins = [ "odeint_rk4" , "odeint_rk4_def_alg" , "generic_rk4" , "nr_rk4" , "gsl_rk4" , "rt_generic_rk4" ,
                  "odeint_rk54ck" , "odeint_rk54ck_def_alg" , "generic_rk54ck" , "gsl_rk54ck" ]

Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/results.dat
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/results.dat (original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/results.dat 2011-05-02 10:38:43 EDT (Mon, 02 May 2011)
@@ -2,25 +2,25 @@
 
             | odeint | def alg | generic | nr | gsl | rt gen |
 -------------------------------------------------------------------------------------
-gcc 4.5.0 | 0.78 | | 0.76 | 0.80 | 1.07 | 1.08 | Corei7 870 @ 2.93 GHz
-gcc 4.3.2 | 0.84 | | 0.64 | 0.96 | 1.52 | 1.85 | Core2Quad Q9550 @ 2.83 GHz
-icc 12.0.2 | 0.81 | | 0.85 | 1.03 | 1.07 | 1.61 | Corei7 870 @ 2.93 GHz
-icc 11.1 | 0.98 | | 1.03 | 0.64 | 1.35 | 1.99 | Xeon X5650 @ 2.67 GHz
+gcc 4.5.0 | 0.54 | 0.77 | 0.77 | 0.80 | 1.07 | 1.08 | Corei7 870 @ 2.93 GHz
+gcc 4.3.2 | 0.82 | 0.84 | 0.64 | 0.96 | 1.52 | 1.85 | Core2Quad Q9550 @ 2.83 GHz
+icc 12.0.2 | 0.93 | 0.81 | 0.85 | 0.53 | 1.07 | 1.61 | Corei7 870 @ 2.93 GHz
+icc 11.1 | 1.11 | 0.99 | 0.99 | 0.64 | 1.35 | 1.99 | Xeon X5650 @ 2.67 GHz
 gcc 4.4.1 | 1.19 | | 1.22 | 1.24 | 1.97 | | Core2Quad Q6600 @ 2.40GHz (to be repeated)
 msvc 9.0 | 6.91 | | 7.28 | 5.59 | ---- | 13.2 | Via Nano @ 1.60 GHz
 gcc 4.4.1 | 0.59 | 0.59 | 0.56 | 0.64 | 1.61 | 1.85 | PhenomII X4 945 @ 3 GHz
-icc 11.1 | 1.15 | | 1.09 | 0.74 | 1.62 | 2.18 | PhenomII X4 945 @ 3 GHz
+icc 11.1 | 1.24 | 1.14 | 1.09 | 0.76 | 1.62 | 2.10 | PhenomII X4 945 @ 3 GHz
 
 
 Results for Runge-Kutta 54 Cash Karp
 
             | odeint | def alg | generic | nr | gsl |
 -------------------------------------------------------------------------
-gcc 4.5.0 | 0.80 | | 1.28 | | 1.80 | Corei7 870 @ 2.93 GHz
-gcc 4.3.2 | 1.41 | | 1.27 | | 3.80 | Core2Quad Q9550 @ 2.83 GHz
-icc 12.0.2 | 1.41 | | 2.03 | | 1.86 | Corei7 870 @ 2.93 GHz
-icc 11.1 | 1.90 | | 2.40 | | 2.20 | Xeon X5650 @ 2.67 GHz
+gcc 4.5.0 | 0.80 | 1.13 | 1.28 | | 1.80 | Corei7 870 @ 2.93 GHz
+gcc 4.3.2 | 1.34 | 1.42 | 1.00 | | 2.90 | Core2Quad Q9550 @ 2.83 GHz
+icc 12.0.2 | 1.61 | 1.71 | 2.02 | | 1.81 | Corei7 870 @ 2.93 GHz
+icc 11.1 | 1.90 | 2.16 | 2.40 | | 2.16 | Xeon X5650 @ 2.67 GHz
 gcc 4.4.1 | | | | | | Core2Quad Q6600 @ 2.40GHz
 msvc 9.0 | 12.8 | | 15.4 | | ---- | Via Nano @ 1.60 GHz
 gcc 4.4.1 | 1.06 | 1.05 | 1.15 | | 2.63 | PhenomII X4 945 @ 3 GHz
-icc 11.1 | 1.83 | | 2.42 | | 2.67 | PhenomII X4 945 @ 3 GHz
\ No newline at end of file
+icc 11.1 | 1.80 | 2.44 | 2.39 | | 2.69 | PhenomII X4 945 @ 3 GHz
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk