Building HPX on Lonestar 5 - STEllAR-GROUP/hpx GitHub Wiki
Interactive session: idev
Load the following modules:
module swap intel/16.0.1 gcc/4.9.3
module load boost/1.59
module load hwloc/1.11.1
module load cmake/3.4.1
Download this jemalloc build script: jemalloc-3.6.0.sh
chmod +x jemalloc-3.6.0.sh
mkdir local_install
./jemalloc-3.6.0.sh $HOME/local_install
git clone https://github.com/STEllAR-GROUP/hpx.git
HPX build script: build_lgd_release_ls5.sh