Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnnl/chgl
Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
https://github.com/pnnl/chgl
chapel distributed-datastructure graph hypergraph hypergraphs partitioned-global-address-space
Last synced: 6 days ago
JSON representation
Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
- Host: GitHub
- URL: https://github.com/pnnl/chgl
- Owner: pnnl
- License: mit
- Created: 2018-08-08T18:45:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T05:11:47.000Z (about 4 years ago)
- Last Synced: 2024-10-25T09:47:57.680Z (15 days ago)
- Topics: chapel, distributed-datastructure, graph, hypergraph, hypergraphs, partitioned-global-address-space
- Language: Chapel
- Homepage: https://pnnl.github.io/chgl/
- Size: 56.5 MB
- Stars: 29
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chapel Hypergraph Library
[![Build Status](https://travis-ci.com/pnnl/chgl.svg?branch=master)](https://travis-ci.com/pnnl/chgl)
The **C**hapel **H**yper**g**raph **L**ibrary (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](LICENSE) file in this directory for further details.
## Further Reading
- [Full CHGL Documentation](https://pnnl.github.io/chgl/)
- [Installation Guide](https://pnnl.github.io/chgl/installation_guide.html)