- Install rust from https://rustup.rs.
- Install overmind from https://github.com/DarthSim/overmind.
- Run
cargo test
for unit test.
- Select target experiment in
./src/bin/run_exp.rs
. - Run
cargo build --release
to build the binaries, which will be located at./target/release/
directory. - Run
./target/release/offline_compute
to do offline computation. - Run
overmind start
to begin experiments.