Last change
on this file since 9293 was
7894,
checked in by wilsonr, 15 years ago
|
Updated to show ANUGAPATH for the new repository.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[7030] | 1 | This directory contains the python cluster acceptance test system code. |
---|
| 2 | |
---|
| 3 | The programs here are designed to be run as a complete suite as well |
---|
| 4 | as individually. The suite writes to a log file as well as standard out. |
---|
| 5 | |
---|
| 6 | To run all tests in sequence, do: |
---|
| 7 | python test_all.py [<logfile>] |
---|
| 8 | If no logfile is supplied, ./test.log is assumed. |
---|
| 9 | |
---|
| 10 | -------------------------------------------------------------------------------- |
---|
| 11 | |
---|
| 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 | |
---|
[7656] | 17 | ANUGAPATH |
---|
[7030] | 18 | contains a single directory path to the ANUGA code. Something like |
---|
[7894] | 19 | /nas/users/u08117/unix/anuga_sandpit/trunk/anuga_core/source |
---|
[7030] | 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 |
---|
| 29 | information. |
---|
| 30 | 2. Create a new 'machines_<name>' file in this directory that describes the |
---|
[7656] | 31 | cluster compute-node setup. |
---|
Note: See
TracBrowser
for help on using the repository browser.