add new benchmark lcss which was ported frim nofib benchmark suite
[IRC.git] / Robust / src / Benchmarks / Recovery / Game / README
1 #Feb 21 2010
2
3 # java directory has the source code for a single threaded java execution
4
5  Building and running java single threaded version
6 --------------------------------------------------------
7
8 compile: make
9
10 run usage: ./Game.bin <number of threads>
11
12 # recovery directory has the source code for a multi threaded execution with
13 # enabled
14
15 Building and running recovery version
16 --------------------------------------------------------
17
18 compile: make
19
20 run usage: ./Game.bin master <number of threads> (on master machine)
21           and  ./Game.bin (on slaves)