6.10.6

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • client: if project-supplied backoff > 28 days, cap rather than ignore.
  • client: don't print error message if output file with <copy_file> attribute is missing. That's the app's problem, not BOINC's
  • client: fixed failure to initialize CPU backoff; leads to huge CPU backoff. Cap backoff when read statefile.
  • client: oops, backoff time is absolute not relative
  • client/API: add autosetup proxy info to init_data.xml
  • client: in choosing coproc jobs to run (FIFO) give priority to whether job is already running. This addresses a bug where several jobs are returned by sched RPC, and one with a lexicographically greater name happens to finish downloading first.
  • client: comment out [18942], which changed the meaning of "don't use GPUs while computer is in use" to "don't use GPUs running graphics apps while computer is in use" for NVIDIA GPUs. NVIDIA's API for seeing if a GPU is running a graphics app doesn't seem to reflect GPU use by the OS.
  • client: fix bug introduced in [19035] that causes wrong nidle instances (and resulting work fetch problems).
  • client (Unix): fix bug that caused GPU reservation to not work. The problem: we were doing the reservation after the fork(), so that the data structure it changed was the app's, not the client's.
  • client: don't print error msg if file is wrong size on startup