This is GetDP, a General environment for the treatment of Discrete
Problems.

To install GetDP, type

./configure
make
make install

This requires the GNU Scientific Library 1.2 or higher (freely
available from http://sources.redhat.com/gsl/). You can use the
--with-gsl-prefix configure option (or define the GSL_PREFIX
environment variable) if the library is not installed in its default
location.

By default, GetDP uses linear solvers from PETSc 2.3 or higher (freely
available from http://www.mcs.anl.gov/petsc), using either real or
complex arithmetic. If you don't have PETsc installed on your system
you can configure GetDP to use a built-in set of linear solvers
derived from Sparskit Version 2 (http://www-users.cs.umn.edu/~saad/)
by typing

./configure --enable-sparskit

For a description of all other configuration options, type

./configure --help

GetDP is distributed under the terms of the GNU General Public
License. See doc/LICENSE.txt and doc/CREDITS.txt for more information.

See the doc/ and demos/ directories for documentation and
examples. The reference manual is located in doc/texinfo/.
