Changeset 3519


Ignore:
Timestamp:
Aug 21, 2006, 5:50:47 PM (18 years ago)
Author:
ole
Message:

Parallel timings

Location:
production/wollongong_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • production/wollongong_2006/run_flagstaff.py

    r3514 r3519  
    110110    print domain.statistics()
    111111
    112     #domain.set_name(project.basename)
    113     #domain.set_datadir(project.outputdir)
    114     #domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum'])
    115     #domain.set_quantities_to_be_stored(None)
    116 
    117112    domain.set_quantity('elevation',
    118113                        filename=project.demname + '.pts',
     
    164159                         ghost_recv_dict = ghost_recv_dict)
    165160
    166 # FIXME (Ole): Name currently has to be set here to get the processor number
    167 # right. It would be easy to build into Parallel_Domain
     161# Name etc currently has to be set here as they are not transferred from the
     162# original domain
    168163domain.set_name(project.basename)
    169164domain.set_datadir(project.outputdir)
    170165
     166
    171167#------------------------------------------------------------------------------
    172168# Setup initial conditions
     
    174170
    175171
    176 domain.set_quantity('elevation', quantities['elevation']) # Get elevation
     172domain.set_quantity('elevation', quantities['elevation']) # Distribute elevation
    177173domain.set_quantity('stage', project.initial_sealevel)
    178174domain.set_quantity('friction', 0.03)
     
    181177# FIXME (Ole): This one segfaults which is bad, because set_quantity is
    182178# time consuming and should be done here rather than on processor 0
     179# It did not segfault today 2 Aug 2006 !!!
     180# But values are zero ??....
    183181#
    184182#domain.set_quantity('elevation',
    185183#                    filename=project.demname + '.pts',
    186 #                    use_cache=True,
     184#                    use_cache=False,
    187185#                    verbose=True)
    188186
  • production/wollongong_2006/timings.txt

    r3485 r3519  
    11
     2mpirun -c 42 python run_flagstaff.py
     3
     4That took 2934.78 seconds
     5Communication time 191.28 seconds
     6Reduction Communication time 69.67 seconds
     7Broadcast time 9.52 seconds
    28
    39==================     
Note: See TracChangeset for help on using the changeset viewer.