Ignore:
Timestamp:
Nov 20, 2008, 10:44:43 AM (16 years ago)
Author:
ole
Message:

Updated time and memory unit-test

File:
1 edited

Legend:

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

    r5959 r5986  
    6262        #print "time", time
    6363        #print "mem", mem
    64         if host.find('tornado') == 0 or host.find('compute-1') == 0:
    65             # Tornado headnode or node
    66             time_standard = 14.5
     64        if host.find('tornado') == 0:
     65            # Tornado headnode
     66            #time_standard = 14.5
     67            time_standard = 24
    6768            mem_standard = 302404
    6869           
    69         elif host.find('compute-0') == 0: # cyclone node
     70        elif host.find('compute-1') == 0: # cyclone or tornado node
    7071            time_standard = 19.0
    7172            mem_standard = 30204
Note: See TracChangeset for help on using the changeset viewer.