Changeset 7244


Ignore:
Timestamp:
Jun 23, 2009, 7:27:33 AM (15 years ago)
Author:
rwilson
Message:

Changes from acceptance testing on cyclone.

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  
    5050            return False
    5151
     52        elapsed_time = None
    5253        for line in output:
    5354            if line.startswith('Time'):
  • branches/numpy_misc/tools/acceptance_tests/test_utils.py

    r7052 r7244  
    1414Cluster_Info = {'cyclone': {'num_nodes': 23,
    1515                            'node_stem': 'compute-1-%d',
    16                             'bad_nodes': [13, 22]},
     16                            'bad_nodes': [13]},
    1717                # 13 bad - 'no route to host'
    18                 # 22 bad - forgets password, can't find file
    1918                'tornado': {'num_nodes': 20,
    2019                            'node_stem': 'compute-0-%d',
Note: See TracChangeset for help on using the changeset viewer.