Skip to content

Building HPX on Lonestar 5

Parsa Amini edited this page Feb 20, 2019 · 1 revision

General LONESTAR 5 Info

Lonestar 5 User Guide

Interactive session: idev

Load Modules

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

jemalloc

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

Clone and build HPX

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

HPX build script: build_lgd_release_ls5.sh

Clone this wiki locally