Releases: KaHIP/VieClus
Releases · KaHIP/VieClus
VieClus v1.2.0
What's New
- Python interface (
pip install vieclus) with pybind11 bindings vieclus_graphhelper class for easy graph construction (same interface as KaHIP)vieclus.cluster()function for graph clustering from Python- PyPI packaging with scikit-build-core
- GitHub Actions CI and automated PyPI publishing
- NOMPI compilation support (
./compile_withcmake.sh NOMPI)
Installation
Python
pip install vieclusC++ (with MPI)
./compile_withcmake.sh
mpirun -n 2 ./deploy/vieclus examples/astro-ph.graph --time_limit=60C++ (without MPI)
./compile_withcmake.sh NOMPI
./deploy/vieclus examples/astro-ph.graph --time_limit=60VieClus v1.1
- mac compatibility
- openmp dependency removed
VieClus v1.0
misc