Changeset 8664 for trunk/anuga_core


Ignore:
Timestamp:
Dec 5, 2012, 7:35:27 PM (12 years ago)
Author:
steve
Message:

Removed print statement in sww_merge

Location:
trunk/anuga_core/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/sww_merge.py

    r8655 r8664  
    333333            #             num.array(fid.variables[quantity],dtype=num.float32)
    334334            q = fid.variables[quantity]
    335             print quantity, q.shape
     335            #print quantity, q.shape
    336336            out_s_quantities[quantity][f_node_l2g] = \
    337337                         num.array(q,dtype=num.float32)[fl_nodes]
  • trunk/anuga_core/source/anuga_parallel/parallel_shallow_water.py

    r8650 r8664  
    156156    def sww_merge(self, verbose=False, delete_old=False):
    157157
     158        # make sure all the computations have finished
     159
     160        pypar.barrier()
     161
     162        # now on processor pull all the separate sww files together
    158163        if self.processor == 0 and self.numproc > 1 and self.store :
    159164            import anuga.utilities.sww_merge as merge
Note: See TracChangeset for help on using the changeset viewer.