Changes between Version 12 and Version 13 of AppPlan


Ignore:
Timestamp:
Jul 30, 2009, 9:42:41 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlan

    v12 v13  
    4545You are free to define your own set of plan classes,
    4646and 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).
     47The BOINC scheduler comes with a default '''app_plan()''' (in sched/sched_customize.cpp).
    4848This defines the following plan classes:
    4949
     
    5353 '''sse3''': A CPU app that requires the SSE3 CPU feature.
    5454
    55 
    56 == Notes ==
    57 
    58  * The server code that estimates completion times currently doesn't know about multiprocessors or coprocessors.
    59