Quickstart:
- Clone this repository and add the
bin/
subdirectory to your$PATH
variable. - In an empty directory, run
mkexp --init
to initialize a new experiment. - Modify the
Experiment
file to configure your experiment. - Run
mkexp
to download and build the configured graph partitioners, and generate bash scripts to invoke them. - Run
./submit.sh
to start the experiment. - Once completed, run
mkexp --results
to parse the produced log files, then runmkexp --plots
to generate some standard plots visualizing your results.