Changeset 7259


Ignore:
Timestamp:
Jun 24, 2009, 1:54:26 PM (15 years ago)
Author:
ole
Message:

Updated validate_benchmark_fit.py with correct memory numbers for 64 clusters (copied from Ross' update to numpy branch).

File:
1 edited

Legend:

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

    r7223 r7259  
    7171            #time_standard = 14.5
    7272            time_standard = 24.
    73             mem_standard = 30204
     73            mem_standard = 40468
    7474           
    7575        elif host.find('compute') == 0: # cyclone or tornado node
    7676            time_standard = 19.0
    77             mem_standard = 30204
     77            mem_standard = 40468
    7878
    7979        elif host.find('cyclone') == 0: # cyclone headnode
    8080            time_standard = 13.3
    81             mem_standard = 30204
     81            mem_standard = 40468
    8282            #mem_standard = 29424
    8383
     
    8686           
    8787            # v 4910 is giving a mem of 15572
    88             mem_standard = 15572
     88            mem_standard = 16104
    8989           
    9090
Note: See TracChangeset for help on using the changeset viewer.