- Timestamp:
- Jun 18, 2009, 3:58:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r7215 r7218 73 73 mem_standard = 302404. 74 74 75 elif host.find('compute -') == 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. … … 79 79 elif host.find('cyclone') == 0: # cyclone headnode 80 80 time_standard = 13.3 81 mem_standard = 29424. 81 mem_standard = 302404. 82 #mem_standard = 29424. 82 83 83 84 elif host.find('nautilus') == 0:
Note: See TracChangeset
for help on using the changeset viewer.