Changeset 7215 for anuga_validation/automated_validation_tests/fitting
- Timestamp:
- Jun 18, 2009, 2:57:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r6198 r7215 73 73 mem_standard = 302404. 74 74 75 elif host.find('compute- 1') == 0: # cyclone or tornado node75 elif host.find('compute-') == 0: # cyclone or tornado node 76 76 time_standard = 19.0 77 77 mem_standard = 30204. … … 126 126 #reduced again 127 127 128 msg = 'Memory used was % f, mem_standard is %f' %(float(mem), mem_standard)128 msg = 'Memory used was %d KiB, mem_standard is %d KiB' %(mem, mem_standard) 129 129 #print msg 130 130 assert mem<mem_standard*1.2, msg
Note: See TracChangeset
for help on using the changeset viewer.