#ddp
- git clone https://github.com/jamesmtuck/ddp.git
- cd ddp
- docker-compose build
- docker-compose up
- docker-compose run ddp
Now you are inside the docker container with the git repo in a mounted volume.
- mkdir build && cd build
- cmake -DLLVM_DIR=/usr/local/lib/cmake/llvm -DCMAKE_INSTALL_PREFIX=
pwd
/install .. - cmake --build .
- cmake --build . --target install
This work was supported in part by a grant from the National Science Foundation and Qualcomm.