Changeset 5859


Ignore:
Timestamp:
Oct 22, 2008, 9:15:32 PM (16 years ago)
Author:
steve
Message:

Changed test_parallel_sw_runup.py to only create global
domain on processor 0

Location:
anuga_core/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/README.txt

    r3577 r5859  
    4040INSTALLATION
    4141
    42 In directory pyvolution:
     42In directory anuga:
    4343
    4444  python test_all.py
     
    4848
    4949
    50 PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\swollen
     50PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\anuga_viewer
    5151
    52 It is assumed that the root directory for all anuga/inundation modules is on the pythonpath, e.g.
    53 PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation
     52It is assumed that the root directory for all anugu modules is on the pythonpath, e.g.
     53PYTHONPATH=V:\home\onielsen\anuga_core\source
     54Alternatively this directory should be copied to the python site_packages directory
    5455 
    5556
  • anuga_core/source/anuga_parallel/test_parallel_sw_runup.py

    r5847 r5859  
    127127for t in domain.evolve(yieldstep = 0.1, finaltime = 5.0):
    128128    domain.write_time()
    129    
     129
    130130    # Record time series at known points
    131131    time.append(domain.get_time())
Note: See TracChangeset for help on using the changeset viewer.