-
Notifications
You must be signed in to change notification settings - Fork 8
Chapel HyperGraph Library (CHGL)
Louis Jenkins edited this page Feb 6, 2019
·
1 revision
Building Chapel
git clone https://github.com/chapel-lang/chapel.git
cd chapel
make
make test-venv
Using CHGL
CHGL can be used via copying its source into your project. In the future it is planned to use a package manager like Mason to automate this process, but for now you should build CHGL's source along with your project.
git clone https://github.com/pnnl/chgl.git
export CHGL_DIR=$PWD/chg.
chpl -M $CHGL_DIR/src -M $CHGL_DIR/src/modules -M $CHGL_DIR/src/aggregation your_files.chpl