projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ceae8
)
changed number of RCR workers to matchooo workers. The new speed up is either 13x...
author
stephey
<stephey>
Fri, 8 Apr 2011 06:31:48 +0000
(06:31 +0000)
committer
stephey
<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
patch
|
blob
|
history
diff --git
a/Robust/src/Benchmarks/oooJava/voronoi/makefile
b/Robust/src/Benchmarks/oooJava/voronoi/makefile
index cbd92578a787a5b6fcf11dbbc18cd44839dfaa9e..c7d89b87c3db69749b950aedab1dace5641151b3 100644
(file)
--- a/
Robust/src/Benchmarks/oooJava/voronoi/makefile
+++ b/
Robust/src/Benchmarks/oooJava/voronoi/makefile
@@
-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