Ignore:
Timestamp:
Nov 8, 2006, 4:01:54 PM (17 years ago)
Author:
nick
Message:

updated start_screen_catcher to work in serials not just parallel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r3935 r3939  
    501501##################### end of obsolete stuff ? ############
    502502
    503 def start_screen_catcher(dirname, myid, numprocs):
     503def start_screen_catcher(dirname, myid=0, numprocs=1):
    504504    """Used to store screen output and errors to file, if run on multiple
    505505    processes eachprocessor will have its own output and error file.
Note: See TracChangeset for help on using the changeset viewer.