Trilinos icon indicating copy to clipboard operation
Trilinos copied to clipboard

Zoltan2: Integrate Jet graph partitioner

Open egboman opened this issue 10 months ago • 5 comments

@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 a stand-alone partitioning code, but we want to integrate it into Zoltan2. To make it easily available to all users, we plan to snapshot the source code into Zoltan2 and add the necessary adapters and tests. No TPL installation required for the user.

egboman avatar Apr 22 '24 17:04 egboman