Changeset 4873
- Timestamp:
- Dec 3, 2007, 4:24:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r4872 r4873 37 37 ,save=False 38 38 ) 39 #print "time", time40 #print "mem", mem39 print "time", time 40 print "mem", mem 41 41 if host.find('tornado') == 0 or host.find('compute-1') == 0: 42 42 # Tornado headnode or node … … 59 59 60 60 elif host.find('nautilus') == 0: 61 time_standard = 2 3.661 time_standard = 27.6 62 62 self.assert_(time<time_standard*1.2) 63 63 mem_standard = 10820 # !!!
Note: See TracChangeset
for help on using the changeset viewer.