Changeset 7030


Ignore:
Timestamp:
May 13, 2009, 3:34:01 PM (15 years ago)
Author:
rwilson
Message:

Extra documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_misc/tools/acceptance_tests/README

    r6997 r7030  
    1010--------------------------------------------------------------------------------
    1111
    12 To run these tests on another cluster:
    13 1. Modify the Cluster_Data structure in test_utils.py to match the new cluster
     12Ensure that the following environment variables are set to correct values:
     13
     14PYTHON
     15contains the python to execute, eg, 'python2.4', etc.
     16
     17PYTHONPATH
     18contains a single directory path to the ANUGA code.  Something like
     19/nas/gemd/georisk_models/inundation/sandpits/rwilson/rwilson/branches/numpy
     20
     21EQRMPATH
     22if set, contains a single directory path to the EQRM code.  If not set,
     23the EQRM code is not tested.
     24
     25--------------------------------------------------------------------------------
     26
     27To run these tests on a new cluster:
     281. Modify the 'Cluster_Info' structure in test_utils.py to add the new cluster
    1429   information.
    15302. Create a new 'machines_<name>' file in this directory that describes the
    16    cluster compute-node setup.
     31   cluster compute-node setup.  Note that the 'machines_<name>' file  doesn't
     32   appear to be used by *anything*.
Note: See TracChangeset for help on using the changeset viewer.