Changeset 5986 for anuga_validation/automated_validation_tests/fitting
- Timestamp:
- Nov 20, 2008, 10:44:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r5959 r5986 62 62 #print "time", time 63 63 #print "mem", mem 64 if host.find('tornado') == 0 or host.find('compute-1') == 0: 65 # Tornado headnode or node 66 time_standard = 14.5 64 if host.find('tornado') == 0: 65 # Tornado headnode 66 #time_standard = 14.5 67 time_standard = 24 67 68 mem_standard = 302404 68 69 69 elif host.find('compute- 0') == 0: # cyclonenode70 elif host.find('compute-1') == 0: # cyclone or tornado node 70 71 time_standard = 19.0 71 72 mem_standard = 30204
Note: See TracChangeset
for help on using the changeset viewer.