Changes between Version 7 and Version 8 of AppPlan


Ignore:
Timestamp:
May 5, 2008, 10:22:49 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlan

    v7 v8  
    11= Application planning =
    2 
    3 [[T(DesignDocument)]]
    42
    53'''Application planning''' is a mechanism that lets the scheduler decide,
     
    5553 * It's not always optimal to use only the version with highest FLOPS.  Suppose there's a GPU version and a multithread version.  On some machines it might be best to use some of each.
    5654 * The server code that estimates completion times currently doesn't know about multiprocessors or coprocessors.
    57  * The client scheduling and work-fetch code also doesn't know about multiprocessors or coprocessors.
     55 * The client work-fetch code doesn't know about multiprocessors or coprocessors.