Changeset 6247


Ignore:
Timestamp:
Jan 30, 2009, 3:03:33 PM (16 years ago)
Author:
jgriffin
Message:
 
File:
1 edited

Legend:

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

    r6205 r6247  
    151151##    #------------------------------------------------------
    152152##
    153 ##    if numprocs > 1:
    154 ##        domain=distribute(domain)
     153    if numprocs > 1:
     154        domain=distribute(domain)
    155155
    156156    #------------------------------------------------------
     
    231231    kwargs['alpha'] = project.alpha
    232232    kwargs['friction']=project.friction
    233     #kwargs['num_cpu']=numprocs
     233    kwargs['num_cpu']=numprocs
    234234    #kwargs['host']=project.host
    235235    #kwargs['starttime']=project.starttime
Note: See TracChangeset for help on using the changeset viewer.