Skip to content
/ chgl Public

Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel

License

Notifications You must be signed in to change notification settings

pnnl/chgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b99d3c · Oct 5, 2020
Jan 29, 2020
Jul 9, 2019
Jun 11, 2019
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Feb 6, 2020
Jul 19, 2019
Feb 1, 2020
Sep 12, 2018
Sep 11, 2019
Sep 12, 2018
Feb 19, 2020
Sep 6, 2019
Feb 6, 2019
Feb 6, 2020

Repository files navigation

Chapel Hypergraph Library

Build Status

The Chapel Hypergraph Library (CHGL) is a library for hypergraph computation in the emerging Chapel language. Hypergraphs generalize graphs, where a hypergraph edge can connect any number of vertices. Thus, hypergraphs capture high-order, high-dimensional interactions between multiple entities that are not directly expressible in graphs. CHGL is designed to provide HPC-class computation with high-level abstractions and modern language support for parallel computing on shared memory and distributed memory systems.

License

CHGL is developed under the MIT license. See the LICENSE file in this directory for further details.

Further Reading