SCOREC / EnGPar

dynamic load balancing
http://scorec.github.io/EnGPar/
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

SCOREC EnGPar

EnGPar, N-Graph Partitioning, is a set of C/C++ libraries for partitioning relational data structures using a parallel graph structure to represent the data.

Repository Layout

Getting started

End-user Build

Edit minimal_config.sh and set the path to the PUMI install directory via the SCOREC_PREFIX variable.

mkdir build
../minimal_config.sh
make

Developer Build

Setup the test mesh and graph repos via submodules

git submodule init
git submodule update

Edit config.sh and set the path to the PUMI install directory via the SCOREC_PREFIX variable.

mkdir build
../config.sh
make
ctest

Website

http://scorec.github.io/EnGPar/