Installation
Prerequisites
The DTG library requires the following dependencies:
MPI implementation (e.g., OpenMPI or MPICH)
dyn_psets library
jansson library (for JSON handling)
Building from Source
Clone or download the source code.
Run the autogen script to generate the configure script:
./autogen.sh
Configure the build with optional paths to dependencies:
./configure --with-mpi=/path/to/mpi --with-dyn_psets=/path/to/dyn_psets --with-jansson=/path/to/jansson
Build the library:
makeInstall the library (may require root privileges):
make install