adjust run configurations
authoryeom <yeom>
Fri, 8 Apr 2011 23:34:46 +0000 (23:34 +0000)
committeryeom <yeom>
Fri, 8 Apr 2011 23:34:46 +0000 (23:34 +0000)
Robust/src/Benchmarks/oooJava/voronoi/Vertex.java
Robust/src/Benchmarks/oooJava/voronoi/makefile
Robust/src/Benchmarks/oooJava/voronoi/runr
Robust/src/Benchmarks/oooJava/voronoi/runs

index 79bb20af3c29ebddafb5610243bf418422631cad..12314b827d040a37118b25fc3804862b4555572c 100644 (file)
@@ -131,7 +131,7 @@ class Vertex extends Vec2 {
     
     EdgePair retval = null;
     
-    if(depth==3){
+    if(depth==5){
       return buildDelaunaySerial(extra);
     }else{
       depth++;
index 7a003bc093b44d8c8b697c534b3076fa61427b95..a7699df177ac0fc784b21585711e746db3b9cef9 100644 (file)
@@ -3,6 +3,6 @@ PROGRAM=TestRunner
 SOURCE_FILES=TestRunner.java
 
 NUM_OOO_WORKERS=24
-NUM_RCR_WORKERS=27
+NUM_RCR_WORKERS=31
 
 include ../master-makefile
index a28ca050da1db617a5f3fac1592290c5563f8dda..4cff35b6d83e50092b7be131efc39b6265cce072 100755 (executable)
@@ -1 +1 @@
-./TestRunnerr.bin 64000
\ No newline at end of file
+./TestRunnerr.bin 1000000
\ No newline at end of file
index ab5b28a7656be3fa5cb949850b129714f8b7edbf..778795193cbc62c5f01dac55d84c8a488795e1f9 100755 (executable)
@@ -1 +1 @@
-./TestRunners.bin 64000
\ No newline at end of file
+./TestRunners.bin 1000000
\ No newline at end of file