MPC Compiler

Setup instructions (Ubuntu)

  1. 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
  2. Clone the repo (the --recursive is required for the MOTION submodule)
    git clone --recursive https://github.com/milana2/ParallelizationForMPC.git
  3. Go to the compiler directory
    cd ParallelizationForMPC/compiler
  4. Install Python dependencies
    pip install -r requirements.txt

Run instructions