require_once("docutil.php"); page_head("Compound applications"); echo "
The main program must not call boinc_init() or boinc_finish(). Its logic is as follows:
read state file for each remaining subsidiary application: boinc_parse_init_data_file() aip.fraction_done_start = x aip.fraction_done_end = y boinc_write_init_data_file() run the app write state file exit(0)where x and y are the appropriate fraction done range limits.
Each subsidiary program should use the normal BOINC API, including calls to boinc_fraction_done() with values ranging from 0 to 1. "; page_tail(); ?>