项目作者: pnnl

项目描述 :
Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
高级语言: Chapel
项目地址: git://github.com/pnnl/chgl.git
创建时间: 2018-08-08T18:45:54Z
项目社区:https://github.com/pnnl/chgl

开源协议:MIT License

下载


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