Quote from: Simon on 26 Jun 2006, 03:10:34 pmNow if I can only figure out why my SSE builds only work on some Intel chips and not anywhere else...time to install the dev tools on yet another host.If I remember right from the days I did my optimized seti (the old one) binary using ICC, there can be some older chips that don't take well binary compiled using too many -ax branches. They crashed miserably on my P3 Tualatin. The solution was to compile binary specifficaly for that using -xK ...BR, Metod
Now if I can only figure out why my SSE builds only work on some Intel chips and not anywhere else...time to install the dev tools on yet another host.
My newest SSE build runs fine on an AMD Duron 1.2GHz, so things are looking good in that regard. It's not as much faster than the default as my SSE2 builds, but I'll put that down to my Duron having only 64k cache (normal P3s have 256+64, AFAIK).It is, however, faster than Crunch3r's SSE build on my Duron, so that's in line with my previous Linux builds
tar xfz boinc_man.tar.gz./boinc_manager
Hi Dirk,Suggest you 1. go to www.cpuid.com/cpuz2. run a windoze on one of the partitions of your system (Im assumuing you've got one)3. record your cpu setting information with cpuz4. post the information (anonymously) to the web and post a link for your systems internal CPU and RAM info.5. Change your signature(s) to include the linkLike this my Athlon 64 3800 X2
He just ran it in an X-Windows console It is a program meant to be run in text mode (i.e. no KDE). the ncurses library enables all sorts of menu-driven text-mode apps, YaST too Regards,Simon.
Rom Walton is working on better CPU detection for Linux and Windows, AFAIK.Not sure how far he got in doing it, in any case, I found a small asm library that does it all nicely (and is easily extensible and GPL'd). I may release (no promises) a BOINC client as well (however, not optimized for benchmarks!) that has some extra features from trux' sources (CPU affinity etc.) as well as better CPU detection.It ain't rocket science Still, until those code changes make it into the stock BOINC client, it will be a manual fix to get your CPU info to look like BenHer's.Regards,Simon.