Erik Boman
Erik Boman
Sphynx currently requires the graph/matrix in a CRS data structure. Since Sphynx is based on a spectral algorithm, it should be possible to just provide the graph as a vertex-edge...
Sphynx currently supports vertex weights but not edge weights. The natural way to support edge weights, is to create a weighted Laplacian where the off-diagonal entries correspond to the edge...
@trilinos/zoltan2 There is a new multilevel graph partitioner, Jet: https://github.com/sandialabs/Jet-Partitioner/ Jet uses Kokkos so will run on both CPU and GPU. It has been optimized for GPU. It is currently...