changes.
[IRC.git] / Robust / Transactions / README.txt
1 To compile the code type "ant jar"  in dstm2 and TransactionalIO directory
2
3
4 To run the integrated system run dstm2 with  
5 java -jar "dist/the_name_ofjar_file"
6
7
8 To run financialtransaction benchmark "-b "dstm2.benchmark.FinancialTransaction" is the argument to main function for dstm2
9
10 To run wordcounter benchmark "-b "dstm2.benchmark.Counter" is the argument to main function for dstm2
11
12
13
14 For the TransactionalIO the main class is TransactionalIO.benchmarks.Main
15 and no argumets are required.
16
17
18 libkooni.so path should be passed as the filepath for nativefunctions in TransactionalIO.core.ExtendedTransaction and TransactionalIO.core.TransactionalFile.
19