Changes between Version 12 and Version 13 of AppPlan
- Timestamp:
- Jul 30, 2009, 9:42:41 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v12 v13 45 45 You are free to define your own set of plan classes, 46 46 and to link your own '''app_plan()''' function with the scheduler. 47 The BOINC scheduler comes with a default '''app_plan()''' (in sched/sched_ plan.cpp).47 The BOINC scheduler comes with a default '''app_plan()''' (in sched/sched_customize.cpp). 48 48 This defines the following plan classes: 49 49 … … 53 53 '''sse3''': A CPU app that requires the SSE3 CPU feature. 54 54 55 56 == Notes ==57 58 * The server code that estimates completion times currently doesn't know about multiprocessors or coprocessors.59