changed number of RCR workers to matchooo workers. The new speed up is either 13x...
authorstephey <stephey>
Fri, 8 Apr 2011 06:31:48 +0000 (06:31 +0000)
committerstephey <stephey>
Fri, 8 Apr 2011 06:31:48 +0000 (06:31 +0000)
I think it could be faster still, but a bug in the conflict graph is preventing me from adding more seses to speed things up.

Robust/src/Benchmarks/oooJava/voronoi/makefile

index cbd92578a787a5b6fcf11dbbc18cd44839dfaa9e..c7d89b87c3db69749b950aedab1dace5641151b3 100644 (file)
@@ -3,6 +3,6 @@ PROGRAM=TestRunner
 SOURCE_FILES=TestRunner.java
 
 NUM_OOO_WORKERS=24
-NUM_RCR_WORKERS=7
+NUM_RCR_WORKERS=24
 
 include ../master-makefile