Changes between Version 4 and Version 5 of AppIntro
- Timestamp:
- Jun 9, 2008, 2:06:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppIntro
v4 v5 44 44 There would be two problems: 45 45 46 * When the program opens and reads its input files, it would get the contents of the XML link files - not what it expects. 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. 47 47 * 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. 49 49 50 50 The easiest way to solve these problems is to modify your program as follows: