A minimalistic project that demonstrates the usage of Boost.MPI and cmake.
The configure script finds the Boost.MPI library, compiles the program and links it automatically:
./build config # configures project using cmake
./build # compile and link
./build install # install
The executable file will be in the bin folder.