Changeset 7244 for branches/numpy_misc/tools
- Timestamp:
- Jun 23, 2009, 7:27:33 AM (16 years ago)
- Location:
- branches/numpy_misc/tools/acceptance_tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_misc/tools/acceptance_tests/test_quadrature_parallel_interleaved.py
r7017 r7244 50 50 return False 51 51 52 elapsed_time = None 52 53 for line in output: 53 54 if line.startswith('Time'): -
branches/numpy_misc/tools/acceptance_tests/test_utils.py
r7052 r7244 14 14 Cluster_Info = {'cyclone': {'num_nodes': 23, 15 15 'node_stem': 'compute-1-%d', 16 'bad_nodes': [13 , 22]},16 'bad_nodes': [13]}, 17 17 # 13 bad - 'no route to host' 18 # 22 bad - forgets password, can't find file19 18 'tornado': {'num_nodes': 20, 20 19 'node_stem': 'compute-0-%d',
Note: See TracChangeset
for help on using the changeset viewer.