Ignore:
Timestamp:
Jun 18, 2009, 2:57:20 PM (16 years ago)
Author:
rwilson
Message:

Changed 'compute-1' string to 'compute-' to match tornado and cyclone nodes.

File:
1 edited

Legend:

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

    r6198 r7215  
    7373            mem_standard = 302404.
    7474           
    75         elif host.find('compute-1') == 0: # cyclone or tornado node
     75        elif host.find('compute-') == 0: # cyclone or tornado node
    7676            time_standard = 19.0
    7777            mem_standard = 30204.
     
    126126        #reduced again
    127127
    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)
    129129        #print msg
    130130        assert mem<mem_standard*1.2, msg           
Note: See TracChangeset for help on using the changeset viewer.