Changeset 8348


Ignore:
Timestamp:
Feb 17, 2012, 2:17:02 PM (12 years ago)
Author:
pittj
Message:

parallel back to normal, and documents update

Location:
trunk/anuga_work/development/mem_time_tests
Files:
3 edited

Legend:

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

    r8347 r8348  
    3434# set up variables for the correct output directories
    3535home = os.getenv('INUNDATIONHOME')
    36 scenariodirV = add_directories(home, ["data","mem_time_test", "parallel1",
     36scenariodirV = add_directories(home, ["data","mem_time_test", "parallel",
    3737                                       "cairns", "parrallel-" + str(numprocs) +"-"+str(myid)])
     38scenariodir = add_directories(home, ["data","mem_time_test", "parallel",
     39                                       "cairns"])
     40
    3841h = 'CAIRNS.msh'
    3942file_pathh = os.path.join(scenariodirV, h)
  • trunk/anuga_work/development/mem_time_tests/hardware/template/main.py

    r8347 r8348  
    2424
    2525#main loop that runs maxcpus - 1 times
    26 maxcpus = 10
     26maxcpus = 40
    2727
    2828for n in range(1,maxcpus,1):
Note: See TracChangeset for help on using the changeset viewer.