Ignore:
Timestamp:
Jun 18, 2009, 3:58:59 PM (16 years ago)
Author:
ole
Message:

Assigned same expected memory usage for fitting test to cyclone as what was in place for tornado (as they are essentially the same architectures).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py

    r7215 r7218  
    7373            mem_standard = 302404.
    7474           
    75         elif host.find('compute-') == 0: # cyclone or tornado node
     75        elif host.find('compute') == 0: # cyclone or tornado node
    7676            time_standard = 19.0
    7777            mem_standard = 30204.
     
    7979        elif host.find('cyclone') == 0: # cyclone headnode
    8080            time_standard = 13.3
    81             mem_standard = 29424.
     81            mem_standard = 302404.             
     82            #mem_standard = 29424.
    8283
    8384        elif host.find('nautilus') == 0:
Note: See TracChangeset for help on using the changeset viewer.