6.12.17

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • boinccmd: fix --get_project_config operation
  • client: fix inaccuracy in RR simulation reported by Bill Barber. The problem arises when there are jobs of projects with widely differing resource shares, and results in an overestimation of saturated time. Old: at the start of simulation, call WORK_FETCH::compute_shares() to get resources of runnable projects. Use these throughout the simulation. Problem: suppose you have 2 runnable projects; P1 has large RS, P2 has small RS. P1's jobs finish quickly. P2's jobs then are running alone, but their FLOPS is scaled (incorrectly) by P2's small RS. Solution: recompute relative CPU resource share within the simulation loop, and compute it over the projects that have actives jobs in the simulation.
  • MGR: reduce duration of notifications on Mac from 15 to 5 seconds.
  • manager: fix copyright date in about box
  • client: fix spurious error when removing a notice RSS feed
  • client: print smoothed as well as instantaneous WSS
  • manager: make RPC reason strings translatable
  • MGR: Refactor part of the Options dialog out of the Advanced Frame
  • MGR: Change the Reminder Frequency option in the Options dialog to a combo box. TODO: Change the taskbar logic to handle the 'always' case.
  • MGR: ComboBox's are zero index based.
  • MGR: Handle the 'always' option by only popping a new balloon if the unread notice count differs from the last time we popped a balloon.