https://github.com/geodynamics/citcoms
Revision a0153f345c99cc3fb729929e5198283b2bcab297 authored by Thorsten Becker on 22 February 2011, 04:13:21 UTC, committed by Thorsten Becker on 22 February 2011, 04:13:21 UTC
enforce an iterative solution to the velocity fields even if linear
rheologies were chosen. This is useful for debugging/robustness tests.


1 parent 966fcd8
Raw File
Tip revision: a0153f345c99cc3fb729929e5198283b2bcab297 authored by Thorsten Becker on 22 February 2011, 04:13:21 UTC
Added a flag force_iteration which if on (off by default), will
Tip revision: a0153f3
INSTALL
Installation Instructions
*************************

Installation of CitcomS requires the following:

  * A C compiler

  * An MPI library

  * If using Pyre, Python 2.3 or greater (Python 2.4 or greater is required 
    on 64-bit machines), including header files (Python.h).


The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system. 

     Several optional features are disabled by default. Type
     `./configure --help' to list all available options.

     Running `configure' takes awhile.  While running, it prints some
     messages telling which features it is checking for.

  2. Type `make' to compile the package.

More installation instruction can be found in the manual.
back to top