The source code of APUS is based on DARE [HPDC'15]
Install libev, libconfig, libdb, libibverbs:
sudo apt-get install libev-dev libconfig-dev libdb-dev
Set env vars:
export PAXOS_ROOT=<absolute path of RDMA-PAXOS>
To perform a default build execute the following:
cd target
make clean; make
Install Redis:
cd apps/redis
./mk
Run APUS with Redis:
cd benchmarks
./run.sh --app=redis
Please send emails to Wang Cheng (wangch.will@gmail.com) If you have any problems about APUS.