https://github.com/geodynamics/citcoms
Revision ef97d2c3f2c2f2851d965ea3316bbaf7788e78b4 authored by Eh Tan on 08 December 2009, 21:44:25 UTC, committed by Eh Tan on 08 December 2009, 21:44:25 UTC
check_continuity_convergence (default=on): include div/v in the criterion.
check_pressure_convergence (default=on): include dp/p in the criterion.

Retired the parameter: only_check_vel_convergence.


1 parent 7efded4
Raw File
Tip revision: ef97d2c3f2c2f2851d965ea3316bbaf7788e78b4 authored by Eh Tan on 08 December 2009, 21:44:25 UTC
Added two boolean parameters for controlling convergence criterion:
Tip revision: ef97d2c
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