python deps for clustering:
$ sudo apt install liblapack-dev libgfortran-4.8-dev libatlas-base-dev libatlas-dev python-dev python-virtualenv pkg-config libfreetype6-dev gfortran
# for interactive graphs
$ sudo apt-get build-dep python-matplotlib
# setup direnv and then do:
$ pip install -r requirements.txt
- preprocess:
$ python preprocess.py <measurement>
- kshape cluster + graphs:
$ python cluster.py <measurement>
python causality.py <measurement>
python depedencegraph <measurement>/*-causility.tsv
- Ensure measurment directory is shared via nfs across the cluster
python worker.py
on each workerpython submit_jobs.py <measurement> #see submit_jobs.py for details