Changes between Version 12 and Version 13 of AppVersion
- Timestamp:
- Aug 24, 2012, 9:33:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppVersion
v12 v13 1 1 = Applications and versions = 2 2 3 An '''application''' includes a program (actually, usually several programs: 4 different versions and different platforms) and a set of [JobIn jobs]. 3 An '''application''' is an abstraction; 4 it includes a set of programs 5 (for different platforms and processor types) and a set of [JobIn jobs]. 5 6 A project can operate many applications. 6 7 Applications have the following required properties: … … 11 12 Optional properties: 12 13 * Homogeneous redundancy: this application uses [HomogeneousRedundancy homogeneous redundancy]. 13 * Weight: the proportion of workunits of this application to be sent when the [BackendPrograms#Feeder feeder is run with the - allapps option].14 * Weight: the proportion of workunits of this application to be sent when the [BackendPrograms#Feeder feeder is run with the --allapps option]. 14 15 * Beta: whether jobs should be sent only to [BetaTest beta-test] users. 15 * Minimum version: issue work to clients using the [AnonymousPlatform anonymous platform] only if their reported application version number is this or greater. 16 * Minimum version: issue work to clients using the [http://boinc.berkeley.edu/wiki/Anonymous_platform anonymous platform mechanism] 17 only if their reported application version number is this or greater. 18 * Whether the application is [NonCpuIntensive non-CPU-intensive]. 16 19 17 20 Applications can be created using the [XaddTool xadd] utility,