Changes between Version 4 and Version 5 of CompoundApps
- Timestamp:
- Apr 15, 2010, 6:41:28 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompoundApps
v4 v5 1 1 = Compound applications = 2 2 3 DEPRECATED. USE THE WRAPPER INSTEAD 3 [[T(Info|Deprecated|Compound applications are deprecated. Use the [WrapperApp wrapper] instead.)]] 4 4 5 == Compound applications ==6 5 A '''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. 7 6 Typical main program logic is: