Skip to content

A tester and example code for using ParMETIS (the graph partitioner)

License

Notifications You must be signed in to change notification settings

nompelis/INparmetis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INparmetis

This is a piece of code that is meant to partition a graph with ParMETIS. It is meant to serve as an example, but also as a tester.

The following are found in the file:

  1. A function to dump the adjacency structure to files (like a distributed matrix).

  2. A checker for the adjacency structure (out of bounds).

  3. A generator of the distributed adjacency structure corresponding to a 1D Laplacian.

  4. A generator of the distributed adjacency structure corresponding to a 2D Laplacian.

  5. A driver that performs both the 1D and 2D Laplacian partitioning as a demo.

TO BE CONTINUED...

IN 2020/04/29

About

A tester and example code for using ParMETIS (the graph partitioner)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published