Changes between Version 1 and Version 2 of RuntimeEstimation
- Timestamp:
- Apr 8, 2010, 4:13:24 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RuntimeEstimation
v1 v2 35 35 * for each app version, a '''pfc_scale''' which approximates the efficiency 36 36 of the app version relative to the most efficient version. 37 37 38 The app_plan() function now returns peak FLOPS, 38 39 not the expected actual FLOPS. 40 41 DCF is no longer used. 39 42 40 43 In the process of selecting an app version for each job, … … 79 82 (old estimate flops)/(new estimated flops) 80 83 }}} 84 85 == Implementation notes == 86 87 At the start of send_work(), the scheduler enumerates all host_app_version records for this host. 88 At the end of the request, when host_scale_time is updated, 89 we do updates or inserts as appropriate.