Changeset 8611


Ignore:
Timestamp:
Nov 9, 2012, 5:04:17 PM (11 years ago)
Author:
steve
Message:

Cleaned up script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_parallel/run_sequential_dist_distribute_rectangular.py

    r8610 r8611  
    7777
    7878domain.set_name('sw_rectangle')
    79 #domain.print_statistics()
    8079
    8180
    8281t1 = time.time()
    83 
    84 if myid == 0 :
    85     print 'Create sequential domain ',t1-t0
    86 
    87 if myid == 0 and verbose:
    88     print 'DISTRIBUTING DOMAIN'
    89     sys.stdout.flush()
     82print 'Create sequential domain: ',t1-t0
    9083   
    91 #barrier()
    9284
    9385#-------------------------------------------------------------------------
    9486# Distribute domain
    9587#----------------------------------------------------------------------
    96 #domain = distribute(domain,verbose=verbose)
    97 
    9888sequential_distribute_dump(domain, numprocs, verbose = True)
    9989
    10090
    10191t2 = time.time()
    102 
    103 if myid == 0 :
    104     print 'Distribute domain ',t2-t1
     92print 'Sequential Distribute domain: ',t2-t1
    10593   
    10694
Note: See TracChangeset for help on using the changeset viewer.