HPXC - A C interface to a subset of HPX
Build
cmake -S . -DHPX_DIR=/path/to/hpx/lib/cmake/HPX -B cmake-build/
cmake --build cmake-build/ --parallel
NOTE:
HPX must be built with
HPX_WITH_DYNAMIC_HPX_MAIN=OFF
.
cmake -S . -DHPX_DIR=/path/to/hpx/lib/cmake/HPX -B cmake-build/
cmake --build cmake-build/ --parallel
NOTE:
HPX must be built with
HPX_WITH_DYNAMIC_HPX_MAIN=OFF
.