Changeset 4840


Ignore:
Timestamp:
Nov 21, 2007, 10:55:29 AM (16 years ago)
Author:
duncan
Message:

tweaking for nautilus

File:
1 edited

Legend:

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

    r4839 r4840  
    3333            ,save=False
    3434            )
    35         #print "time", time
    36         #print "mem", mem
     35        print "time", time
     36        print "mem", mem
    3737        if host.find('tornado') == 0 or host.find('compute-1') == 0:
    3838            # Tornado headnode or node
     
    5454            self.assert_(mem<mem_standard*1.2)
    5555
     56        elif host.find('nautilus') == 0:
     57            print "yeah"
     58            time_standard = 29.1
     59            self.assert_(time<time_standard*1.2)
     60            mem_standard = 9896 # !!!
     61            self.assert_(mem<mem_standard*1.2)
     62
    5663        elif host.find('pc-31569') == 0: # DSG's PC
    5764            time_standard = 31.0
Note: See TracChangeset for help on using the changeset viewer.