Skip to content
Ilja edited this page Jan 7, 2019 · 10 revisions

Install

dccrg is a header only library so installation consists of putting the .hpp files (in this directory) somewhere where you compiler can find them.

Installing prerequisites

dccrg itself requires a few libraries that must be installed:

Furthermore the installations instructions for some of the libraries above require wget, tar, make and other standard build tools.

Download

Starting from your home directory:

cd ~

Download the required tarballs:

wget http://www.cs.sandia.gov/~kddevin/Zoltan_Distributions/zoltan_distrib_v3.83.tar.gz
wget http://freefr.dl.sourceforge.net/project/boost/boost/1.69.0/boost_1_69_0.tar.bz2

Uncompress:

tar xf zoltan_distrib_v3.83.tar.gz 2> /dev/null
tar xf boost_1_69_0.tar.bz2

From this point on the installation depends heavily on the machine environment, links to older instructions are on the gitorious page:

Machine specific instructions

  • Homedir: install everything into your home directory on a Linux machine or similar
  • Cray-XC: installation instruction for Cray XC system
  • Pleiades: installation instructions for NASA's Pleiades

Clone this wiki locally