Ignore:
Timestamp:
Jul 7, 2005, 5:02:56 PM (19 years ago)
Author:
steve
Message:

Sped up communications with numeric put and take commands

File:
1 edited

Legend:

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

    r1585 r1588  
    145145                         ghost_recv_dict = ghost_recv_dict)
    146146
    147 domain.initialise_visualiser(rect=rect,scale_z =0.1)
     147#domain.initialise_visualiser(rect=rect,scale_z =0.1)
    148148#domain.initialise_visualiser(rect=rect)
    149149domain.visualise_color_stage = True
     
    175175    if myid == 0:
    176176        domain.write_time()
    177         print domain.quantities['stage'].get_integral()
     177        print 'Processor %d, Integral of stage %d'%\
     178               (domain.processor,domain.quantities['stage'].get_integral())
    178179
    179180if myid == 0:
    180181    print 'That took %.2f seconds' %(time.time()-t0)
     182    print 'Communication time %.2f seconds'%domain.communication_time
     183    print 'Reduction Communication time %.2f seconds'%domain.communication_reduce_time
Note: See TracChangeset for help on using the changeset viewer.