Changeset 4841
- Timestamp:
- Nov 21, 2007, 10:58:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r4840 r4841 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 … … 55 55 56 56 elif host.find('nautilus') == 0: 57 print "yeah"58 57 time_standard = 29.1 59 58 self.assert_(time<time_standard*1.2)
Note: See TracChangeset
for help on using the changeset viewer.