Der BOINC-Entwicklungsfred

einige neue GPUs sind schon drin (zB Curacao , Oland ...) bisher fehlt nur Hawaii aber erst mal sehen ob dies eine neue CAL-TargetID bekommt - einige neue Catalyst-Treiber sorgen dafür dass zB Bonaire GPUs gar kein CAL mehr ausgeben (13.6 ja 13.8 nein 8-( )


case 25: gpu_name="AMD Radeon HD 8600/8790M (Oland)";
case 26: gpu_name="AMD Radeon HD 7790 series (Bonaire)";
case 27: gpu_name="AMD Radeon HD (Casper)";
case 28: gpu_name="AMD Radeon HD (Slimer)";
case 29: gpu_name="AMD Radeon HD 8200/8300/8400 series (Kalindi)";
case 30: gpu_name="AMD Radeon HD 8600M (Hainan)";
case 31: gpu_name="AMD Radeon HD (Curacao)";

Casper & Slimer sind die OpenCL-Namen der beiden Kaveri-Grafiken ...
 
Zuletzt bearbeitet:
Zwar schon vom Juni, aber das sagt mir immer noch nichts:

We also have a mysterious new APU:

  • AMD983C.1 = “DT 2C (983c)”
  • AMD983F.1 = “DT 2C (N-1) (983F)”
  • AMD983B.1 = “DT 4C (983b)”
  • AMD983E.1 = “DT 4C (N-1) (983E)”
http://technewspedia.com/amd-cataly...al-amd-gpus-and-apus-kaveri-volcanic-islands/

DT?

Wenn schon in nem Treiber drinsteht, kanns ja eigentlich nix Nagelneues sein .. aber irgendwie ... ???

Edit:
So mal gegoogelt (hätt ich ja gleich machen können, in nem anderen Treiberfile steht:
AMD983B.1 = Kabini Mobile, Vendor ID: 1002 Dev ID: 983B
AMD983C.1 = Kabini Mobile, Vendor ID: 1002 Dev ID: 983C
AMD983D.1 = Kabini Mobile, Vendor ID: 1002 Dev ID: 983D = "AMD Radeon HD 8250"
AMD983E.1 = Kabini Mobile, Vendor ID: 1002 Dev ID: 983E
AMD983F.1 = Kabini Mobile, Vendor ID: 1002 Dev ID: 983F
Also Kabini mobile, "DT" ist halt die Abk. für irgendeinen supertollen - total unwichtigen - Codenamen.
 
Changelog: 7.2.11--> 7.2.16

Preliminary Change Log 7.2.11 --> 7.2.16:

Mac uninstaller: minor translation fixes.
Mac installer: fix handling of translations for some languages.
Mac installer: More robust handling of language codes with and without region codes for translations.
Mac installer: Don't load more languages for a catalog if we've already loaded it for English.
client and API, Unix: code cleanup, no functional change.
client: more MAXPATHLEN fixes.
LOCALE: Update translations.
MGR: When a project uses usernames check the length of the string in the username control and not the password control. Same with the email address control.
MGR: message tweaks.
client: AMD GPU naming tweak. From Jord.
locale: Update compiled localization files.
Client: keep an in-memory list of reported tasks in the last 24 hours, and add a GUI RPC for fetching this list.
client: fix compile errors.

"or" is a reserved word on the Mac's LLVM GCC 4.2 compiler, a synonym for ""

client and boinccmd: fixes for get_old_results GUI RPC:

-> Add binding for get_old_results GUI RPC.
-> Add --get_old_tasks option to boinccmd.
-> Compile fixes for gcc (can't have a var named "or").

client: change length of old-results log from 24 hours to 1 hour.
client: Add missing code to properly detect AVX on Windows. It'll go into affect (effect) when we fully convert over to VS2010.
client: misc bug fixes for CPU feature detection.
locale: Update more compiled localization files.
MGR: Fix display of CBOINCListCtrl progress bars when using wxGenericListCtrl (on Mac).
MGR: Implement accessibility on Mac for Event Log and Projects, Tasks and Transfers tabs.
-> CDlgEventLogListCtrl class.
-> CBOINCListCtrl class.

client: implement support for OpenCL detection of CPUs

Notes:
-> The same CPU can have a different cpu_opencl_prop for each of multiple OpenCL platforms. We send them all to the project server because:
---> Different OpenCL platforms report different values for the same CPU.
---> Some OpenCL CPU apps may work better with certain OpenCL platforms.
-> OpenCL has only 64 bits for global_mem_size, so it can report a max of only 4GB; get the CPU RAM size from gstate.hostinfo.m_nbytes.

lib: fix a comment.
client: For compatibility with boinc_get_opencl_ids(), don't include CPU when enumerating opencl_dev_index.
client: better error handling for OpenCL CPUs.
Move OpenCL-related code to a separate file.
Update Win project files for new .cpp file.
Update Mac project files for new .cpp file.
WINBUILD: Fix build break.
 
Zuletzt bearbeitet:
Ist in dem Packet mit vbox schon alles drin? Oder muss da noch mehr geladen werden?
 
Bei VBOX ist halt VBox 4.2.16 mit dabei - installiert ggf dieses nach.

Jedoch muss je nach Projekt vom Projekt noch die VM gesaugt werden (macht Boinc) was auch mal 300mb sein können ....
 
So hier ist der Changelog, wie versprochen:

Preliminary Change Log 7.2.16 --> 7.2.18:

LIB: On Windows, if the registry key that defines where the data directory is missing, check to see if the default directory exists anyway. If the directory exists change the current working directory over to it.
LIB: A little code cleanup missed from the previous commit.
WINBUILD: Delete stale project files.
WINBUILD: Create new BOINC w/VirtualBox project files, update to VirtualBox 4.2.16
LIB: Provide a mechanism for BOINC client software to initialize the exception filter for secondary threads.
client: Initialize diagnostics framework for the power management and proxy detection threads on Windows.
client: Add vm_extensions_disabled as an element to APP_INIT_DAATA. We can use the additional information to selectively enable/disable hardware acceleration in VirtualBox.
 
BOINC 7.2.21 available for testing for Windows.
Preliminary Change Log 7.2.20 --> 7.2.21:
• client: Detect OpenCL CPUs with the latest Intel drivers.
• client: Display an OpenCL CPU event log item for every OpenCL CPU detected.
• client: Do not use child process GPU detection when debugging.
Win 32 64
Win 32 64 mit VirtualBox


BOINC 7.2.20 available for testing for Linux.
Preliminary Change Log 7.2.16 --> 7.2.20:
• LIB: On Windows, if the registry key that defines where the data directory is missing, check to see if the default directory exists anyway. If the directory exists change the current working directory over to it.
• LIB: A little code cleanup missed from the previous commit.
• WINBUILD: Delete stale project files.
• WINBUILD: Create new BOINC w/VirtualBox project files, update to VirtualBox 4.2.16
• LIB: Provide a mechanism for BOINC client software to initialize the exception filter for secondary threads.
• client: Initialize diagnostics framework for the power management and proxy detection threads on Windows.
• client: Add vm_extensions_disabled as an element to APP_INIT_DAATA. We can use the additional information to selectively enable/disable hardware acceleration in VirtualBox.
Linux 32 64
Android
 
Changelog für die mac Versionen:

Preliminary Change Log 7.2.21 --> 7.2.22:

client: fix Event Log descriptions of OpenCL CPUs:

-> Show the OpenCL platform vendor for each OpenCL CPU description.
-> OpenCL may not reliably report total RAM, available RAM and max FLOPS for CPUs, so exclude these from the OpenCL CPU descriptions; that information is available elsewhere.
 
Moin,

die Boinc Installer 7.2.23 sind für:

windows_intel86
windows_x86_64

windows_intel86_vbox
windows_x86_64_vbox

x86_64-pc-linux-gnu.sh
x686-pc-linux.gnu.sh

Edit: mac Versionen

macOSX_SymbolTablets
macOSX_i686
macOS_apple_darwin

erschienen.


Download:http://boinc.berkeley.edu/dl/?C=M;O=D


Changelog folgt.
 
Zuletzt bearbeitet:
Changelog:

Preliminary Change Log 7.2.22 --> 7.2.23:

linux build: add -lpthread
client: keep an in-memory list of reported tasks in the last 24 hours, and add a GUI RPC for fetching this list.
client: fix compile errors.
client and boinccmd: fixes for get_old_results GUI RPC.
-> Add binding for get_old_results GUI RPC.
-> Add --get_old_tasks option to boinccmd.
-> Compile fixes for gcc (can't have a var named "or").

client: change length of old-results log from 24 hours to 1 hour.
 
7.2.25 is da

Preliminary Change Log 7.2.24 --> 7.2.25:
• WINBUILD: Add missing file.
• MGR: Bug fix for previous commit.

Preliminary Change Log 7.2.23 --> 7.2.24:
• WINBUILD: Update build environment to use Visual Studio 2010.
• WINBUILD: Use correct calling convention for the vs2010 zlib libraries.
• client: clear project RPC backoffs on startup. (David: I think this policy makes more sense.)
• GUI RPC: add cpu_time (as well as elapsed_time) to OLD_RESULT
• WINBUILD: Fix applications that require freetype2 and FTGL.
• client: parse <no_intel_gpu> project pref; this is deprecated but Einstein@home is running old server code that sends it.
• Fix for signal handler type change.
• Fix for MacOS signal handler problems.
• lib: quick bug fix.
• Mac installer: fix a bug in error recovery logic.
• MGR: convert HTML "&lt;" 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: 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 "&lt;" 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



Download:
Windows 32 mit VBOX / 64 mit VBOX
 
Zuletzt bearbeitet:
Zuletzt bearbeitet:
So, es geht flott weiter!

die Boinc Installer 7.2.27 sind für:

windows_intel86
windows_x86_64

windows_intel86_vbox
windows_x86_64_vbox

erschienen.

Changelog:
Preliminary Change Log 7.2.26 --> 7.2.27:

locale: Update compiled localization files.
WINBUILD: No not kill child processes of BOINC Manager when cleaning up the environment before an upgrade.

Download: http://boinc.berkeley.edu/dl/?C=M;O=D
 
Zuletzt bearbeitet:
LHC Test4Theory benutzt auch VBOX (schon länger)


wer bereits VBox hat (aktuell!), braucht nicht die VBOX-Version ....
 
Ach Test4Theory war da auch noch, ich war am Überlegen...

Warum ist das denn noch Version 4.2.16, wo es doch schon 4.3.2 gibt?
 
warum benutzen viele noch Boinc 7.0.xx obwohl es schon 7.2.x gibt ?

- Never touch a running Dingsda
- keine Zeit für Updates
- nicht alles läuft super mit neuer Version; LHC hatte Probleme mit vbox 4.2.18 !!!
 
Moin, es gibt schon wieder neues.

die Boinc Installer 7.2.28 sind für:

windows_intel86
windows_x86_64

windows_intel86_vbox
windows_x86_64_vbox

x86_64-pc-linux-gnu.sh
x686-pc-linux.gnu.sh

erschienen. Die Tester können jetzt zuschlagen!

Download: http://boinc.berkeley.edu/dl/?C=M;O=D


Preliminary Change Log 7.2.27 --> 7.2.28:

MGR: Immediately update preferences/registry on more changes:
-> When Event Log is opened.
-> When column widths are changed.
MGR: Corrections to previous commit.
client: clear no_rsc_apps[] flags before parsing scheduler reply. Otherwise they'll never get cleared if server doesn't explicitly send.
client: tweak last commit; don't clear flags if anonymous platform.
 
Gibt es eine USB Stick Boinc Version? Also ich Speicher Boinc auf dem Stick und starte es auch von dort aus?
 
7.2.28 ist nun die "Recommended version" - naja denkt an Never touch a running Dingsda !
 
Zurück
Oben Unten