Changeset 7316


Ignore:
Timestamp:
Jul 21, 2009, 11:39:33 PM (15 years ago)
Author:
ole
Message:

Updated fit test time for my old home computer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py

    r7276 r7316  
    5353
    5454        # get hostname - for *nix and Windows
    55         host =  socket.gethostname()
     55        host = socket.gethostname()
    5656
    5757        # define dictionary of expected time/memory usage per machine.
    5858        # key must be unique *prefix* of machine name, lowercase.
    5959        # value is tuple: (time, memory) in seconds and KiB.
     60        # On UNIX platforms, you can find the name by using the command
     61        # hostname
    6062        expected_results = {'tornado':  (10.8, 40468),  # tornado headnode
    6163                            'cyclone':  (7.4,  40468),  # cyclone headnode
     
    6567                            'pc-31569': (31.6, 15000),  # DSG's PC?
    6668                            '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)
    6871                           }
    6972
Note: See TracChangeset for help on using the changeset viewer.