https://github.com/geodynamics/citcoms
Revision 756b97bf4f288cfb26280b98969394ff1cd03635 authored by Thorsten Becker on 17 April 2009, 03:37:28 UTC, committed by Thorsten Becker on 17 April 2009, 03:37:28 UTC
and 8 but temperature is not limited to [0;1]. This is cumbersome, but
perhaps needed for backward compatibility. 




1 parent 9ea8a44
Raw File
Tip revision: 756b97bf4f288cfb26280b98969394ff1cd03635 authored by Thorsten Becker on 17 April 2009, 03:37:28 UTC
Added viscosity options 9 and 10 for TDPEPV which are identical to 3
Tip revision: 756b97b
INSTALL
Installation Instructions
*************************

Installation of CitcomS requires the following:

  * A C compiler

  * An MPI library

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


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