Changeset 7316
- Timestamp:
- Jul 21, 2009, 11:39:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r7276 r7316 53 53 54 54 # get hostname - for *nix and Windows 55 host = 55 host = socket.gethostname() 56 56 57 57 # define dictionary of expected time/memory usage per machine. 58 58 # key must be unique *prefix* of machine name, lowercase. 59 59 # value is tuple: (time, memory) in seconds and KiB. 60 # On UNIX platforms, you can find the name by using the command 61 # hostname 60 62 expected_results = {'tornado': (10.8, 40468), # tornado headnode 61 63 'cyclone': (7.4, 40468), # cyclone headnode … … 65 67 'pc-31569': (31.6, 15000), # DSG's PC? 66 68 'pc-32572': (12.8, 15788), # Ross' 32bit work Ubuntu 67 'saturn': (12.8, 39404) # Ross' 64bit home Ubuntu 69 'saturn': (12.8, 39404), # Ross' 64bit home Ubuntu 70 'desktop': (27.0, 30000) # Ole's 32 bit home Ubuntu (old) 68 71 } 69 72
Note: See TracChangeset
for help on using the changeset viewer.