mpgrafic - MPI version of Ed Bertschinger initial conditions grafic package

Copyright (C) 2008-2017 by Simon Prunet, Christophe Pichon, Boud Roukema
prunet iap.fr

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the
Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

You should be able to compile with

./configure && make

and you will then find the executable

src/mpgrafic

See Input.input as an example input file, otherwise run mpgrafic
interactively.

If ./configure fails, then autotools should work. Try instead:

autoconf && ./configure && make

or

autoreconf && ./configure && make

See http://www2.iap.fr/users/pichon/mpgrafic.html for documentation.

A git development version will soon be available at
http://bitbucket.org/broukema/mpgrafic .
