From: Bart Van Assche Date: Thu, 5 Jun 2008 13:47:15 +0000 (+0000) Subject: Removed duplicate invocation of radiosity. Updated results after optimizations. X-Git-Tag: svn/VALGRIND_3_4_0~511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6238af9085c2cd10e3ca0dea7d3e527d931e553e;p=thirdparty%2Fvalgrind.git Removed duplicate invocation of radiosity. Updated results after optimizations. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8193 --- diff --git a/exp-drd/scripts/run-splash2 b/exp-drd/scripts/run-splash2 index 4243cd7dfb..f66f1e7f82 100755 --- a/exp-drd/scripts/run-splash2 +++ b/exp-drd/scripts/run-splash2 @@ -97,17 +97,19 @@ fi # Results: (-p1) (-p2) (-p3) (-p4) ITC (-p4) ITC (-p4) # original w/ filter # ......................................................................... -# Cholesky 46 59 75 92 239 82 -# FFT 15 19 N/A 47 90 41 -# LU, contiguous blocks 40 48 53 55 428 128 -# LU, non-contiguous blocks 37 47 55 58 428 128 -# Ocean, contiguous partitions 20 26 N/A 32 90 28 -# Ocean, non-continguous partns 19 24 N/A 34 90 28 -# Radiosity 99 99 99 99 485 163 -# Radix 11 15 ? 17 222 56 -# Raytrace 75 75 ? 75 172 53 +# Cholesky 39 49 ? 81 239 82 +# FFT 15 16 N/A 43 90 41 +# LU, contiguous blocks 38 39 ? 43 428 128 +# LU, non-contiguous blocks 32 34 ? 41 428 128 +# Ocean, contiguous partitions 19 23 N/A 29 90 28 +# Ocean, non-continguous partns 18 21 N/A 31 90 28 +# Radiosity 92 92 ? 92 485 163 +# Radix 11 14 ? 16 222 56 +# Raytrace 70 70 ? 70 172 53 # Water-n2 50 50 ? 50 189 39 # Water-sp 49 48 ? 49 183 34 +# +# Hardware: dual-core Intel Xeon 5130, 1.995 MHz, 4 MB L2 cache, 4 GB RAM. cache_size=$(get_cache_size) log2_cache_size=$(log2 ${cache_size}) @@ -152,9 +154,6 @@ run_test ${SPLASH2}/codes/kernels/radix/RADIX -n$((2**24)) run_test ../RAYTRACE balls4.env ) -# Radiosity -run_test ${SPLASH2}/codes/apps/radiosity/RADIOSITY -batch -room - # Water-n2 ( cd ${SPLASH2}/codes/apps/water-nsquared