Changeset 7259
- Timestamp:
- Jun 24, 2009, 1:54:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r7223 r7259 71 71 #time_standard = 14.5 72 72 time_standard = 24. 73 mem_standard = 3020473 mem_standard = 40468 74 74 75 75 elif host.find('compute') == 0: # cyclone or tornado node 76 76 time_standard = 19.0 77 mem_standard = 3020477 mem_standard = 40468 78 78 79 79 elif host.find('cyclone') == 0: # cyclone headnode 80 80 time_standard = 13.3 81 mem_standard = 3020481 mem_standard = 40468 82 82 #mem_standard = 29424 83 83 … … 86 86 87 87 # v 4910 is giving a mem of 15572 88 mem_standard = 1 557288 mem_standard = 16104 89 89 90 90
Note: See TracChangeset
for help on using the changeset viewer.