- Install Ubuntu dependencies with
sudo apt-get update sudo apt-get install build-essential make git python3 python3-pip cmake libssl-dev libboost-program-options-dev graphviz
- Clone the repo (the
--recursive
is required for the MOTION submodule)git clone --recursive https://github.com/milana2/ParallelizationForMPC.git
- Go to the
compiler
directorycd ParallelizationForMPC/compiler
- Install Python dependencies
pip install -r requirements.txt
compiler/main.py
- Script for running the compiler and seeing text output for all the stagescompiler/run_tests.py
- Script for running the testscompiler/make_results_markdown.py
- Script for generating the results page at https://github.com/milana2/ParallelizationForMPC/blob/gh-pages/README.md