Changeset 3106 for inundation/parallel
- Timestamp:
- Jun 6, 2006, 5:20:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/build_commun.py
r3096 r3106 48 48 def send_submesh(submesh, triangles_per_proc, p): 49 49 50 print "pypar sending submesh to processor ",p 50 myid = pypar.rank() 51 print 'process %d sending submesh to process %d' %(myid, p) 51 52 52 53 # build and send the tagmap for the boundary conditions … … 155 156 submesh_cell = {} 156 157 157 print "pypar receiving submesh from processor ",p158 print 'process %d receiving submesh from process %d' %(myid, p) 158 159 159 160 # receive the tagmap for the boundary conditions
Note: See TracChangeset
for help on using the changeset viewer.