Changeset 4873


Ignore:
Timestamp:
Dec 3, 2007, 4:24:25 PM (16 years ago)
Author:
duncan
Message:

update

File:
1 edited

Legend:

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

    r4872 r4873  
    3737            ,save=False
    3838            )
    39         #print "time", time
    40         #print "mem", mem
     39        print "time", time
     40        print "mem", mem
    4141        if host.find('tornado') == 0 or host.find('compute-1') == 0:
    4242            # Tornado headnode or node
     
    5959
    6060        elif host.find('nautilus') == 0:
    61             time_standard = 23.6
     61            time_standard = 27.6
    6262            self.assert_(time<time_standard*1.2)
    6363            mem_standard = 10820 # !!!
Note: See TracChangeset for help on using the changeset viewer.