mp/README.md

437 B

Purpose

The purpose of this repository is to provide code examples that can be compiled and run for people reading my PhD thesis. These examples codes are not for production and often are simplified with regard of technical specificities (for example, but not limited to, perfect forwarding).

Usage

mkdir build
cd build
cmake ..
make

then run any example binary, located inside the build/examples/ directory.