Changeset 6249
- Timestamp:
- Jan 30, 2009, 4:11:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/pt_hedland_2008_parallel_test/run_pt_hedland.py
r6248 r6249 49 49 # Application specific imports 50 50 import project # Definition of file names and polygons 51 numprocs = 1 51 numprocs = 16 52 52 myid = 0 53 53 … … 151 151 ## #------------------------------------------------------ 152 152 ## 153 ##if numprocs > 1:154 ##domain=distribute(domain)153 if numprocs > 1: 154 domain=distribute(domain) 155 155 156 156 #------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.