/parallel

Some parallel helpers

Primary LanguageC++Boost Software License 1.0BSL-1.0

Parallel Header Helpers

Description

A set of header only parallel helpers. Most should have tests located in the tests folder

Building

to build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
cmake --build . --target full --config Debug

Testing

To run unit tests

ctest -C Debug

Installing

cmake --install .