Changeset 1520 for inundation/ga/storm_surge/parallel/run_parallel_mesh.py
- Timestamp:
- Jun 20, 2005, 4:53:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/parallel/run_parallel_mesh.py
r1510 r1520 65 65 from build_local import * 66 66 from build_commun import * 67 import pdb 67 68 68 69 # define the initial time step … … 96 97 # if this is the host processor 97 98 99 print 'trace' 100 pdb.set_trace() 101 print 'after trace' 102 98 103 if myid == 0: 99 104 … … 115 120 # processor (note that the information is in the 116 121 # correct form for the GA data structure 122 117 123 118 124 [points, vertices, boundary, ghost_recv_dict, full_send_dict] = rec_submesh(tagmap, 0)
Note: See TracChangeset
for help on using the changeset viewer.