kahypar / mt-kahypar

Mt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with parallel implementations of techniques used in the best sequential partitioning algorithms. Mt-KaHyPar can partition extremely large hypergraphs very fast and with high quality.
MIT License
126 stars 26 forks source link

Fix warnings #193

Closed N-Maas closed 1 month ago

N-Maas commented 1 month ago

Fixes a bunch of warnings from newer compiler, cmake and dependency versions. As well as a spuriously failing assertion in the coarsening code, which was due to a redundant write (discovered in #188)