Changes between Version 45 and Version 46 of DevProjects


Ignore:
Timestamp:
Jun 3, 2008, 11:04:34 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v45 v46  
    8686
    8787== 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.
    8989
    9090==  BOINC Manager ==
     
    113113
    114114Hard:
     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
    115119 * 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.
    117121 * 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).
    118122 * ?? how to select an app version based on contents of app_info?