# Hardware: dual-core Intel Core2 Duo E6750, 2.66 GHz, 4 MB L2 cache, 2 GB RAM.
# Software: openSUSE 10.3, 64-bit, gcc 4.2.1, runlevel 5, X screensaver: blank
##############################################################################
+# Results (-p4): native DRD DRD HG ITC ITC
+# time w/ filter w/ filter
+# ............................................................................
+# Cholesky 0.21 85 62 36 239 82
+# FFT 0.12 82 41 224 90 41
+# LU, contiguous blocks 0.57 45 42 96 428 128
+# LU, non-contiguous blocks 0.61 53 53 60 428 128
+# Ocean, contiguous partitions 14.33 40 32 58 90 28
+# Ocean, non-continguous partns 0.21 28 32 56 90 28
+# Radiosity 2.33 175 62 60 485 163
+# Radix 2.81 17 15 90 222 56
+# Raytrace 1.65 233 29 88 172 53
+# Water-n2 0.14 105 29 46 189 39
+# Water-sp 0.14 105 31 46 183 34
+# ............................................................................
+# Hardware: dual-core Intel Core2 Duo E6750, 2.66 GHz, 4 MB L2 cache, 2 GB RAM.
+# Software: openSUSE 10.3, 64-bit, gcc 4.3.1, runlevel 5, X screensaver: blank
+##############################################################################
cache_size=$(($(get_cache_size)/2))
log2_cache_size=$(log2 ${cache_size})