You can clone HavoqGT from the Bitbucket repository:
HavoqGT depends on fairly recent versions of Boost. Compiling Boost is not necessary, because only the header-only libraries are used.
A C++11 compiler is also required. GCC 4.7 has been primarily used during development.
A MPI library is also required. On OSX using Macports, MPICH 3.1.3 has been primarily used for development. On Linux, MVAPICH2 1.9 has been primarily used.
HavoqGT has two main parts to its source code, a library portion and some example executable projects. The library portion lives in "/include/havoqgt" and could be used as a header-only library. The example executables use CMake for its build system, and needs to be configured for your system and Boost library location. Configurations have been saved for a few systems at LLNL, for example on Catalyst do:
An example for a Mac OSX, using Macports for GCC 4.7 and Boost can be found in the littleriver.llnl.gov directory:
The important CMAKE variables to set are:
After successfully compiling, proceed to Basic Usage.