Ignore:
Timestamp:
Feb 17, 2012, 1:23:30 PM (13 years ago)
Author:
pittj
Message:

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/mem_time_tests/hardware/cairns/main.py

    r8342 r8347  
    1818host = os.getenv('HOST')
    1919home = os.getenv('INUNDATIONHOME')
    20 scenariodir = add_directories(home, ["data","mem_time_test", "parallel","cairns"])
     20scenariodir = add_directories(home, ["data","mem_time_test", "parallel1","cairns"])
    2121meta_path = os.path.join(scenariodir, 'metalog.csv')
    2222final_path = os.path.join(scenariodir, 'final.csv')
    2323
    2424# main loop that runs macpus - 1 times
    25 maxcpus = 18
     25maxcpus = 4
    2626
    2727for n in range(1,maxcpus,1):
Note: See TracChangeset for help on using the changeset viewer.