There was an error while loading. Please reload this page.
dccrg is a header only library so installation consists of putting the .hpp files (in this directory) somewhere where you compiler can find them.
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.
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: