Changeset 6249


Ignore:
Timestamp:
Jan 30, 2009, 4:11:42 PM (15 years ago)
Author:
jgriffin
Message:

num procs set to 16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/pt_hedland_2008_parallel_test/run_pt_hedland.py

    r6248 r6249  
    4949# Application specific imports
    5050import project  # Definition of file names and polygons
    51 numprocs = 1
     51numprocs = 16
    5252myid = 0
    5353
     
    151151##    #------------------------------------------------------
    152152##
    153 ##    if numprocs > 1:
    154 ##        domain=distribute(domain)
     153        if numprocs > 1:
     154        domain=distribute(domain)
    155155
    156156    #------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.