Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README 814 B
DUNE-library
============

Getting started
---------------

To compile a small library ALU3d-Grid has to check several components of
your system. Run

  ./configure

to commence those tests. If you intend to use the parallel version of the
grid, make sure that you have MPI and Metis or PARTY and supply the
respective flags to the configure script.

You can use

  ./configure --prefix=PATH

if you don't want ALU3d-Grid to be installed into /usr/local

After configuration

  make
  make install

build and install ALU3d-Grid (you may need root-permissions for the install
part depending on the prefix set)

License
-------

The ALU3d-Grid-library and headers are licensed under the GNU Lesser GPL
version 2.1. The full license text can be found in the file COPYING
and via http://www.gnu.org/licenses/lgpl.html