Changes between Version 4 and Version 5 of CompoundApps


Ignore:
Timestamp:
Apr 15, 2010, 6:41:28 PM (14 years ago)
Author:
Nicolas
Comment:

Use a templated banner to say this page is deprecated. Link to the wrapper.

Legend:

Unmodified
Added
Removed
Modified
  • CompoundApps

    v4 v5  
    11= Compound applications =
    22
    3 DEPRECATED.  USE THE WRAPPER INSTEAD
     3[[T(Info|Deprecated|Compound applications are deprecated. Use the [WrapperApp wrapper] instead.)]]
    44
    5 == Compound applications ==
    65A '''compound application''' consists of a '''main program''' and one or more '''worker programs'''. The main program executes the worker programs in sequence, and maintains a 'main state file' that records which worker programs have completed. The main program assigns to each worker program a subrange of the overall 'fraction done' range of 0..1. For example, if there are two worker programs with equal runtime, the first would have range 0 to 0.5 and the second would have range 0.5 to 1.
    76Typical main program logic is: