Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71867 - sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance
From: karsten.ahnert_at_[hidden]
Date: 2011-05-11 02:36:40


Author: karsten
Date: 2011-05-11 02:36:38 EDT (Wed, 11 May 2011)
New Revision: 71867
URL: http://svn.boost.org/trac/boost/changeset/71867

Log:
some performance results from my laptop
Text files modified:
   sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/perf_tests.py | 7 ++++---
   sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/results.dat | 4 +++-
   2 files changed, 7 insertions(+), 4 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-11 02:36:38 EDT (Wed, 11 May 2011)
@@ -1,10 +1,11 @@
 from os import popen
 from os.path import isfile
 
-#bin_path = "bin/gcc-4.4/release/"
+bin_path = "bin/gcc-4.4/release/"
 #bin_path = "bin/intel-linux/release/"
-bin_path = "bin\\msvc-9.0express\\release\\threading-multi\\"
-extension = ".exe"
+#bin_path = "bin\\msvc-9.0express\\release\\threading-multi\\"
+#extension = ".exe"
+extension = ""
 
 bins = [ "odeint_rk4" , "odeint_rk4_def_alg" , "generic_rk4" , "nr_rk4" , "gsl_rk4" , "rt_generic_rk4" ,
  "odeint_rk54ck" , "odeint_rk54ck_def_alg" , "generic_rk54ck" , "nr_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-11 02:36:38 EDT (Wed, 11 May 2011)
@@ -6,6 +6,7 @@
 gcc 4.4.1 | 0.59 | 0.59 | 0.56 | 0.64 | 1.61 | 1.85 | PhenomII X4 945 @ 3 GHz
 gcc 4.4.1 | 0.60 | 0.60 | 0.54 | 0.62 | 1.35 | 1.47 | Core i7 930 @ 2.80 GHz
 gcc 4.4.1 | 0.60 | 0.59 | 0.60 | 0.60 | 1.77 | 2.08 | Opteron 2224 @ 3 GHz
+gcc 4.4.1 | 0.731 | 0.7315 | 0.729 | 0.7785 | 1.7755 | 2.8295 | Core 2 Duo P8400 @ 2.26GHz
 gcc 4.5.0 | 0.54 | 0.77 | 0.77 | 0.80 | 1.07 | 1.08 | Core i7 870 @ 2.93 GHz
 gcc 4.6.0 | 0.54 | 0.54 | 0.65 | 0.47 | 1.06 | 1.08 | Core i7 870 @ 2.93 GHz
 icc 12.0.2 | 0.90 | 0.81 | 0.85 | 1.05 | 1.07 | 1.57 | Core i7 870 @ 2.93 GHz
@@ -23,6 +24,7 @@
 gcc 4.4.1 | 1.06 | 1.05 | 1.15 | | 2.63 | PhenomII X4 945 @ 3 GHz
 gcc 4.4.1 | 1.14 | 1.14 | 1.13 | 1.32 | 2.34 | Core i7 930 @ 2.80 GHz
 gcc 4.4.1 | 1.38 | 1.38 | 1.43 | 1.34 | 2.79 | Opteron 2224 @ 3 GHz
+gcc 4.4.1 | 1.412 | 1.4135 | 1.4265 | 1.571 | 2.955 | Core 2 Duo P8400 @ 2.26GHz
 gcc 4.5.0 | 1.00 | 1.13 | 1.28 | 1.48 | 1.80 | Core i7 870 @ 2.93 GHz
 gcc 4.6.0 | 0.95 | 0.95 | 1.02 | 1.10 | 1.94 | Core i7 870 @ 2.93 GHz
 icc 12.0.2 | 1.53 | 1.82 | 1.63 | 1.82 | 1.99 | Core i7 870 @ 2.93 GHz
@@ -35,4 +37,4 @@
 
 NOTE: additional Intel Compiler option: -inline-forceinline
 
-see Jamfile
\ No newline at end of file
+see Jamfile


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