|
From: <sv...@va...> - 2008-07-13 19:06:40
|
Author: bart
Date: 2008-07-13 20:06:44 +0100 (Sun, 13 Jul 2008)
New Revision: 8430
Log:
Enabled Radiosity benchmark.
Modified:
trunk/drd/scripts/run-splash2
Modified: trunk/drd/scripts/run-splash2
===================================================================
--- trunk/drd/scripts/run-splash2 2008-07-13 10:39:41 UTC (rev 8429)
+++ trunk/drd/scripts/run-splash2 2008-07-13 19:06:44 UTC (rev 8430)
@@ -210,10 +210,8 @@
run_test ${SPLASH2}/codes/apps/ocean/contiguous_partitions/OCEAN -n258
#run_test ${SPLASH2}/codes/apps/ocean/non_contiguous_partitions/OCEAN -n258
-# Radiosity. Disabled this benchmark because it deadlocks.
-if false; then
+# Radiosity.
psep=' ' run_test ${SPLASH2}/codes/apps/radiosity/RADIOSITY -batch -room -ae 5000.0 -en 0.050 -bf 0.10
-fi
# Radix
run_test ${SPLASH2}/codes/kernels/radix/RADIX -n$((2**20)) -r1024
|