Changeset 7343 for anuga_validation
- Timestamp:
- Aug 9, 2009, 12:41:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r7341 r7343 60 60 # On UNIX platforms, you can find the name by using the command 61 61 # hostname 62 expected_results = {'tornado': (10.8, 40468), # tornado headnode 63 'cyclone': (7.4, 40468), # cyclone headnode 64 'compute': (10.8, 40468), # cluster computenode 65 'nautilus': (8.1, 16104), # Ole's 32bit Ubuntu 66 'bogong': (14.2, 30000), # ANU? 67 'pc-31569': (31.6, 15000), # DSG's PC? 68 'pc-32572': (12.8, 15788), # Ross' 32bit work Ubuntu 69 'saturn': (12.8, 39404), # Ross' 64bit home Ubuntu 70 'desktop': (27.0, 30000) # Ole's 32 bit home Ubuntu (old) 62 expected_results = {'tornado': (10.8, 40468), # tornado headnode 63 'cyclone': (7.4, 40468), # cyclone headnode 64 'compute': (10.8, 40468), # cluster computenode 65 'nautilus': (8.1, 16104), # Ole's 32bit Ubuntu 66 'bogong': (14.2, 30000), # ANU? 67 'pc-31569': (31.6, 15000), # DSG's PC? 68 'pc-32572': (12.8, 15788), # Ross' 32bit work Ubuntu 69 'saturn': (12.8, 39404), # Ross' 64bit home Ubuntu 70 'desktop': (27.0, 30000), # Ole's 32 bit home Ubuntu (old) 71 'ole-laptop': (60.0, 30000) # Ole's EEE Ubuntu netbook (900 MHz) 71 72 } 72 73
Note: See TracChangeset
for help on using the changeset viewer.