Ignore:
Timestamp:
Jun 20, 2005, 4:53:05 PM (19 years ago)
Author:
steve
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/parallel/run_parallel_mesh.py

    r1510 r1520  
    6565from build_local import *
    6666from build_commun import *
     67import pdb
    6768
    6869# define the initial time step
     
    9697# if this is the host processor
    9798
     99print 'trace'
     100pdb.set_trace()
     101print 'after trace'
     102
    98103if myid == 0:
    99104
     
    115120# processor (note that the information is in the
    116121# correct form for the GA data structure
     122
    117123
    118124[points, vertices, boundary, ghost_recv_dict, full_send_dict] = rec_submesh(tagmap, 0)
Note: See TracChangeset for help on using the changeset viewer.