Changes between Version 23 and Version 24 of AppPlan
- Timestamp:
- Oct 15, 2011, 9:38:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v23 v24 11 11 12 12 An app version has an associated '''plan_class''': a character string, possibly empty. 13 The plan class is encoded in the app version's directory name, 14 as used by [UpdateVersions update_versions]. 13 See [AppVersionNew how to specify an app version's plan class]. 15 14 16 15 The scheduler is linked with a function … … 63 62 '''nci''':: A non-CPU-intensive application that uses 1% of a CPU (this will cause the BOINC client 6.7+ to run it at non-idle priority). 64 63 '''sse3''':: A CPU app that requires the SSE3 CPU feature. 65 '''vbox32''':: A 32-bit VirtualBox VM66 '''vbox64''':: A 64-bit VirtualBox VM64 '''vbox32''':: An app that runs in a 32-bit VirtualBox VM 65 '''vbox64''':: An app that runs in a 64-bit VirtualBox VM 67 66 68 67 ... and a number of [AppCoprocessor GPU plan classes].