Changeset 4840
- Timestamp:
- Nov 21, 2007, 10:55:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r4839 r4840 33 33 ,save=False 34 34 ) 35 #print "time", time36 #print "mem", mem35 print "time", time 36 print "mem", mem 37 37 if host.find('tornado') == 0 or host.find('compute-1') == 0: 38 38 # Tornado headnode or node … … 54 54 self.assert_(mem<mem_standard*1.2) 55 55 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 56 63 elif host.find('pc-31569') == 0: # DSG's PC 57 64 time_standard = 31.0
Note: See TracChangeset
for help on using the changeset viewer.