Skip to content

Building HPX and LGD on Hermione

Zach Byerly edited this page Jan 19, 2016 · 2 revisions

Here are some build scripts for building HPX and LibGeoDecomp on Hermione. They assume that you've first cloned the libraries into your home directory:

git clone https://github.com/STEllAR-GROUP/hpx.git

and

git clone https://github.com/gentryx/libgeodecomp.git

Building HPX in debug: build_hpx_debug.sh

Building LibGeoDecomp in debug: build_lgd_debug.sh

Building HPX in release: build_hpx_release.sh

Building LibGeoDecomp in release: build_lgd_release.sh