6.10.36

Aus BC-Wiki
Version vom 1. März 2010, 19:58 Uhr von Rebirther (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ Zur Übersicht * WIN: Add some missing CPU features to the feature list * WIN: Make sure the Brand string for a CPU is printable. Older Intel processors…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • WIN: Add some missing CPU features to the feature list
  • WIN: Make sure the Brand string for a CPU is printable. Older Intel processors have some control characters.
  • MGR: Save and restore height and width of Properties dialog; fix comments.
  • MGR: Implement lost features from old messages display in Event Log: filtering by project (show only this project), dimming Event Log display when disconnected; alternating gray and white background stripes for readability
  • client: Add SEH handlers around the Nvidia and ATI detection routines. Take care of situations where something within the vendors functions cause a crash
  • scheduler: add plan class "cuda_fermi": requires CUDA 2.3 and compute capability 2.0+
  • client: if suspend a file xfer, set upload_offset to -1; that way it will query server for file length when it resumes, rather than uploading from the beginning
  • client: back out SEH handling for GPU detection
  • client: if have coproc jobs but coproc is missing, skip those jobs in RR sim. Otherwise we add stuff to uninitialized data structures, and a crash can result.
  • client: initialize the above data structures anyway
  • client: fix bug that interfered with work fetch for particular resources in anonymous platform case