A library for shared- and distributed-memory parallel computation of merge trees.
- DIY
- MPI
- Boost
- TBB (optional)
- AMReX (optional)
-
You can clone this repository
git clone https://github.com/mrzv/reeber.git
, or -
You can download the latest tarball.
To build:
mkdir build
cd build
cmake ..
make
make test