Changes between Version 5 and Version 6 of CompoundApps
- Timestamp:
- Mar 3, 2011, 1:36:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompoundApps
v5 v6 1 1 = Compound applications = 2 2 3 [[T(Info|Deprecated|Compound applications are deprecated. Use the [WrapperApp wrapper] instead.)]] 3 Compound applications are deprecated. Use the [WrapperApp wrapper] instead.) 4 4 5 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.