Changeset 7030 for branches/numpy_misc/tools/acceptance_tests/README
- Timestamp:
- May 13, 2009, 3:34:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_misc/tools/acceptance_tests/README
r6997 r7030 10 10 -------------------------------------------------------------------------------- 11 11 12 To run these tests on another cluster: 13 1. Modify the Cluster_Data structure in test_utils.py to match the new cluster 12 Ensure that the following environment variables are set to correct values: 13 14 PYTHON 15 contains the python to execute, eg, 'python2.4', etc. 16 17 PYTHONPATH 18 contains a single directory path to the ANUGA code. Something like 19 /nas/gemd/georisk_models/inundation/sandpits/rwilson/rwilson/branches/numpy 20 21 EQRMPATH 22 if set, contains a single directory path to the EQRM code. If not set, 23 the EQRM code is not tested. 24 25 -------------------------------------------------------------------------------- 26 27 To run these tests on a new cluster: 28 1. Modify the 'Cluster_Info' structure in test_utils.py to add the new cluster 14 29 information. 15 30 2. 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.