Changeset 6997
- Timestamp:
- May 8, 2009, 7:35:26 AM (16 years ago)
- Location:
- branches/numpy_misc/tools/acceptance_tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_misc/tools/acceptance_tests/README
r6991 r6997 13 13 1. Modify the Cluster_Data structure in test_utils.py to match the new cluster 14 14 information. 15 2. Create a new 'machines_<name>' file in this directory that describes the 16 cluster compute-node setup. -
branches/numpy_misc/tools/acceptance_tests/machines_cyclone
r6996 r6997 23 23 compute-1-0 slots=2 24 24 cyclone cpu=2 25 -
branches/numpy_misc/tools/acceptance_tests/machines_tornado
r6996 r6997 20 20 compute-0-19 cpu=4 21 21 tornado cpu=4 22 23 24 -
branches/numpy_misc/tools/acceptance_tests/test_utils.py
r6996 r6997 40 40 ''' 41 41 42 log(logfile, msg )42 log(logfile, msg+' ') 43 43 print msg, 44 44 sys.stdout.flush()
Note: See TracChangeset
for help on using the changeset viewer.