Changes between Version 4 and Version 5 of AppIntro


Ignore:
Timestamp:
Jun 9, 2008, 2:06:50 PM (16 years ago)
Author:
Nicolas
Comment:

zero cpu time means zero credits

Legend:

Unmodified
Added
Removed
Modified
  • AppIntro

    v4 v5  
    4444There would be two problems:
    4545
    46  * When the program opens and reads its input files, it would get the contents of the XML link files - not what it expects.  Similarly, the output would be written to the wrong directory.
     46 * When the program opens and reads its input files, it would get the contents of the XML link files - not what it expects. Similarly, the output would be written to the wrong directory.
    4747 * When the program finishes, it wouldn't create a finish file, so the BOINC client would restart it repeatedly.
    48  * The BOINC client wouldn't know the application's CPU time; it would display zero, and volunteers would be confused.
     48 * The BOINC client wouldn't know the application's CPU time; it would display zero, and volunteers would be confused. In addition, with the default configuration, users wouldn't get any credits if the CPU time is zero.
    4949
    5050The easiest way to solve these problems is to modify your program as follows: