Changes between Version 45 and Version 46 of DevProjects
- Timestamp:
- Jun 3, 2008, 11:04:34 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v45 v46 86 86 87 87 == Installer == 88 * Check if host is configured to go into Standby mode after X idle minutes. If so, ask user if they want to let BOINC run for X minutes, then to into standby right after that.88 * Check if host is configured to go into Standby mode after X idle minutes. If so, ask user if they want to let BOINC run for X minutes, then go into standby right after that. 89 89 90 90 == BOINC Manager == … … 113 113 114 114 Hard: 115 * Add support for MPI-type applications: try to schedule all the jobs in a batch more or less simultaneously. May require: 116 * NCPUs jobs per host 117 * Notion of "infinite priority" (start right away). May suffice to have zero delay bound. 118 * feeder orders by batch 115 119 * Implement a mechanism so that server software detects incompatible database format. 116 * Scheduler: implement mechanisms so that server atempts to send results from the same WU to hosts with similar turnaround time, so that a fast host doesn't have to wait weeks to get credit.120 * Scheduler: implement mechanisms so that server tries to send results from the same WU to hosts with similar turnaround time, so that a fast host doesn't have to wait weeks to get credit. 117 121 * Add project_specific_info field to host table (text). This stores, for each app, the ID of last reference WU completed, and the info returned by that WU (as part of its stderr output, in a <app_info> tag). 118 122 * ?? how to select an app version based on contents of app_info?