7.2.24

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

7x

  • locale: Update compiled localization files
  • Fix for signal handler type change.
  • Fix for MacOS signal handler problems
  • GUI RPC: add cpu_time (as well as elapsed_time) to OLD_RESULT
  • Client: parse <no_intel_gpu> project pref; this is deprecated but Einstein@home is running old server code that sends it.
  • lib: quick bug fix
  • Mac installer: fix a bug in error recovery logic
  • MGR: convert HTML "<" to "<" in project description (needed for ABC@home)
  • Client: for VM apps, use rsc_memory_bound as the working set size. On Windows, the working-set size reported by the OS for VM apps is too low. Apparently the RAM usage is in fact roughly the VM size. This can lead to running multiple VM apps, which use more RAM than is available, causing performance problems. Solution: use workunit.rsc_memory_bound as the working set size for VM apps. (Note: for now, a VM app is one where the plan class includes "vbox").
  • lib: Add missing entry for Charity Engine when identifying an application as a BOINC app or not.
  • client: Parse no_intel_gpu using the deprecated syntax for different venues. Thanks to Richard Haselgrove for pointing out the issue.
  • Client: clear project RPC backoffs on startup. I think this policy makes more sense.
  • Client: skip exclusion logic for resources that have no exclusions. This may fix, or at least shed light on, a bug where the client repeatedly requests work for a resources that already has plenty.
  • MGR: convert HTML "<" to "<" in Simple View Task Panel project description (needed for ABC@home)
  • client: message tweaks
  • Client: don't allow more than 1000 slot dirs. There was a report of a situation where the client created unbounded slot dirs. Not sure why this happened, but may as well impose a limit.
  • AMD GPU naming updates, from [P3D] Crashtest