| log in |
Message boards : News : Separation updated to 1.00
| Author | Message |
|---|---|
|
I've updated all of the separation applications to 1.00. For changes people might care about,
- Radeon 79xx stuff should work - The occasional validate errors from empty / truncated stderr should stop - AVX will be used if available on Linux and Windows (64 bit only for Windows) - I've increased the default GPU target frequency so GPU stuff should make things less laggy on average. You can now also configure this with the web preferences now so you don't need to use app_info stuff if you want to play with that. - Partial workaround with high CPU usage with recent Nvidia drivers.*
| |
| ID: 52844 | Rating: 0 | rate:
| |
|
Hi Matt, | |
| ID: 52845 | Rating: 0 | rate:
| |
|
I've tried it on my other machine, which has latest AMD-drivers and BM 7.0.12. | |
| ID: 52846 | Rating: 0 | rate:
| |
I've tried it on my other machine, which has latest AMD-drivers and BM 7.0.12.Looks like BOINC is trying to run it on a non-double GPU | |
| ID: 52847 | Rating: 0 | rate:
| |
|
So maybe BM is the source? | |
| ID: 52849 | Rating: 0 | rate:
| |
|
One of my systems is not getting WUs now either. It did at one point give a message about it being a non-DP GPU which is not the case - it is a 5970, i updated the drivers and copied the app_info from the system which was getting WUs but it still doesn't work. | |
| ID: 52852 | Rating: 0 | rate:
| |
So maybe BM is the source?As far as I know BOINC has always had this absolutely horrid defect where the capabilities of the best GPU = the capabilities of ALL the GPUs, which is why you need to create the cc_config.xml file to use all of your GPUs because this stuff can happen. I still can't believe this is a thing. You can block that GPU from a specific project I guess by adding something like this where you have the <use_all_gpus>1</use_all_gpus> enabled. <exclude_gpu> <url>http://milkyway.cs.rpi.edu/milkyway</url> <device_num>1</device_num> <type>ati</type> <app>milkyway</app> </exclude_gpu> | |
| ID: 52853 | Rating: 0 | rate:
| |
|
Radeon HD 7970 isn't getting any WUs (I reset the project). | |
| ID: 52854 | Rating: 0 | rate:
| |
|
Albert@home requires a newer BM; one post there says that BM 6.12.34 has faults regarding openCL and ATI. Version 7.0.3 and higher required. | |
| ID: 52856 | Rating: 0 | rate:
| |
|
No work here, all done....... | |
| ID: 52857 | Rating: 0 | rate:
| |
|
08.02.2012 21:42:26 | | Starting BOINC client version 7.0.14 for windows_x86_64 | |
| ID: 52858 | Rating: 0 | rate:
| |
|
All my tasks are failing with the new app. <core_client_version>6.10.58</core_client_version> <![CDATA[ <message> process exited with code 1 (0x1, -255) </message> <stderr_txt> ../../projects/milkyway.cs.rpi.edu_milkyway/milkyway_separation_1.00_x86_64-pc-linux-gnu: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ../../projects/milkyway.cs.rpi.edu_milkyway/milkyway_separation_1.00_x86_64-pc-linux-gnu) </stderr_txt> ]]> Did the makefile for the app change, because this was not an issue before. I realize that my glibc is older, but things worked before, and I am not in a position to update them at this time. ____________ | |
| ID: 52861 | Rating: 0 | rate:
| |
|
2/8/2012 11:34:51 AM | Milkyway@Home | Requesting new tasks for CPU and ATI GPU | |
| ID: 52862 | Rating: 0 | rate:
| |
2/8/2012 11:34:51 AM | Milkyway@Home | Requesting new tasks for CPU and ATI GPU I have the same problem. Just retried now that Matt fixed the ATI preference gone, but did not change... | |
| ID: 52863 | Rating: 0 | rate:
| |
Did the makefile for the app change, because this was not an issue before.I statically linked the non-GPU Linux ones last time which isn't really a good thing to do. I rebuilt it and called it 1.01 as a static version for the CPU ones. | |
| ID: 52864 | Rating: 0 | rate:
| |
|
I have them all downloaded and will update the app_info versions on my site. | |
| ID: 52865 | Rating: 0 | rate:
| |
|
Right now I'm suspecting that people aren't getting work because it seems that clients < 7 don't report having OpenCL and I updated the scheduler to check for the new stuff. | |
| ID: 52867 | Rating: 0 | rate:
| |
|
I'm using 6.12.34 and I'm getting work. | |
| ID: 52868 | Rating: 0 | rate:
| |
I'm using 6.12.34 and I'm getting work. That is because you are using an app_info (like I am) and that does not bother with the OpenCL check. ____________ | |
| ID: 52869 | Rating: 0 | rate:
| |
|
could you please post a working app_info.xml (win7 x64) ? | |
| ID: 52870 | Rating: 0 | rate:
| |
|
" | |
| ID: 52871 | Rating: 0 | rate:
| |
why not just try 7.0.14? Links available in the change log thread. I'm running 7.0.14, no work available for me. I will try to update CCC from 11.9 to 12.1 | |
| ID: 52872 | Rating: 0 | rate:
| |
|
indeed 7.0.14 doesn't work either, it solved the opengl problem but he still thinks i'm running nvidia... | |
| ID: 52873 | Rating: 0 | rate:
| |
|
Maybe we should ask him | |
| ID: 52874 | Rating: 0 | rate:
| |
could you please post a working app_info.xml (win7 x64) ? This should work. <app_info> <app> <name>milkyway</name> </app> <file_info> <name>milkyway_separation_1.00_windows_x86_64__opencl_amd.exe</name> <executable/> </file_info> <app_version> <app_name>milkyway</app_name> <version_num>100</version_num> <flops>1.0e11</flops> <avg_ncpus>0.05</avg_ncpus> <max_ncpus>1</max_ncpus> <plan_class>ati14ati</plan_class> <coproc> <type>ATI</type> <count>1</count> </coproc> <cmdline></cmdline> <file_ref> <file_name>milkyway_separation_1.00_windows_x86_64__opencl_amd.exe</file_name> <main_program/> </file_ref> </app_version> </app_info> ____________ | |
| ID: 52875 | Rating: 0 | rate:
| |
|
CRUNCHING AGAIN !!! | |
| ID: 52876 | Rating: 0 | rate:
| |
|
The app_info.xml is not working for me. The exe-file is missing. In my Project Folder. | |
| ID: 52877 | Rating: 0 | rate:
| |
|
The 1.00 opencl version seems to be faster than the 0.82 ATI version by about 8 seconds on my HD5830. | |
| ID: 52878 | Rating: 0 | rate:
| |
The app_info.xml is not working for me. The exe-file is missing. In my Project Folder. http://www.arkayn.us/forum/index.php?action=downloads;sa=view;down=59 ____________ | |
| ID: 52879 | Rating: 0 | rate:
| |
The app_info.xml is not working for me. The exe-file is missing. In my Project Folder. http://milkyway.cs.rpi.edu/milkyway/download Edit: Arkayan was faster .. | |
| ID: 52880 | Rating: 0 | rate:
| |
|
Using 7.0.14 with the above posted ap-info file, detached and reattached and still getting no work. | |
| ID: 52881 | Rating: 0 | rate:
| |
|
So, early on after the recent changes, I detached from the project thinking that would help. When I reattach, the GPU isn't recognized (by MW@H) so the BOINC manager doesn't download the new app. An app_info file doesn't do me any good then, right? How do I get going again? Is there a place to manually download the app? I have a Win7-64 host with a 5870 running BOINC 6.12.34. | |
| ID: 52882 | Rating: 0 | rate:
| |
|
All steps required (win7 x64): | |
| ID: 52883 | Rating: 0 | rate:
| |
|
I manually downloaded the milkyway_separation_1.00_windows_x86_64__opencl_amd app and put the app_info.xml file suggested below into the project folder, restarted BOINC, and I still get no work... | |
| ID: 52884 | Rating: 0 | rate:
| |
Right now I'm suspecting that people aren't getting work because it seems that clients < 7 don't report having OpenCL and I updated the scheduler to check for the new stuff. What combination and version of Windows os, catalyst driver and BOINC manager have you tested the new application on? | |
| ID: 52885 | Rating: 0 | rate:
| |
|
last post from me now. | |
| ID: 52886 | Rating: 0 | rate:
| |
It's not the application, it's the project schedulerRight now I'm suspecting that people aren't getting work because it seems that clients < 7 don't report having OpenCL and I updated the scheduler to check for the new stuff. | |
| ID: 52887 | Rating: 0 | rate:
| |
|
Everything errors out immediately on a Mac mini Core 2 Duo running OS X Leopard (10.5.x) since the update to 1.00. Everything was fine with 0.82. | |
| ID: 52888 | Rating: 0 | rate:
| |
I'm using 6.12.34 and I'm getting work. I'm using 6.12.33 (Linux), no app_info file, and I'm getting work. The CPU usage was reduced, but I think I will need an app_info file to play with --gpu-polling-mode to reduce it even more. In my "ultra-low-end" GT 520 I'm getting this message in results: Estimated Nvidia GPU GFLOP/s: 104 SP GFLOP/s, 13 DP FLOP/s Bizarre ;-) Maybe this 13 GFLOP/s info is correct and the default of 50 is too high, affecting the estimated time of polling period... Thanks for this new version, Matt! | |
| ID: 52889 | Rating: 0 | rate:
| |
|
OK - working thru the myriad messages here I tried to get this to work on a Win64 with a 4850 and can't get new work. | |
| ID: 52890 | Rating: 0 | rate:
| |
In my "ultra-low-end" GT 520 I'm getting this message in results:The AMD drivers have an issue that seems to show up every few driver releases where they are detected as 0 or very low Mhz so that is supposed to catch that breaking; I thought the 50 threshold was a bit lower than any DP GPUs which actually exist. | |
| ID: 52891 | Rating: 0 | rate:
| |
|
I have upgraded my BOINC version to 6.12.34, inserted the app_info.xml file in the milkyway@home project directory as instructed (downloaded from the link kindly supplied by arkayn), and am still not getting any WU's. If there is anything else that I can check or may have done wrong, suggestions would be greatly appreciated. | |
| ID: 52892 | Rating: 0 | rate:
| |
Everything errors out immediately on a Mac mini Core 2 Duo running OS X Leopard (10.5.x) since the update to 1.00. Everything was fine with 0.82.I can't find other cases of that, but I reverted the OS X ones anyway since I guess nothing relevant for it was changed anyway. | |
| ID: 52893 | Rating: 0 | rate:
| |
|
Burned tons of WUs with | |
| ID: 52894 | Rating: 0 | rate:
| |
Found 2 CL devices ??? huh ???Your CPU counts a 2nd device on AMD's OpenCL. WInXP 32bit, AMD 5830Using Catalyst 11.3 it looks like. Try a newer driver. I am sort of aware of a few various crashes with different Catalyst versions on different GPUs. I think 11.3-4 and 11.10-11.12 are the most problematic versions; 12.1 seems to be working most consistently on everything. Around 11.3 the binary format stuff was introduced (which it says it supports) but it's probably crasher around then. | |
| ID: 52895 | Rating: 0 | rate:
| |
|
FWIW, OSX 10.6.8 Boinc 6.12.35 MWAH 1.00... | |
| ID: 52896 | Rating: 0 | rate:
| |
|
Is there a command that can be added to the app-info file that will throttle back the GPU usage. It's now running @ 99% and I really don't want to run it that hard. | |
| ID: 52897 | Rating: 0 | rate:
| |
Is there a command that can be added to the app-info file that will throttle back the GPU usage. It's now running @ 99% and I really don't want to run it that hard.You can raise the target frequency with the --gpu-target-frequency argument, or you can do it in the project preferences now which would be less annoying. | |
| ID: 52898 | Rating: 0 | rate:
| |
FWIW, OSX 10.6.8 Boinc 6.12.35 MWAH 1.00... And, now all WUs complete, task queue empty & computer idle, log says, "Project has no tasks available", server status as of 2:18:32 UTC, "Tasks ready to send 1,980" and "MilkyWay@Home unsent 1,759 MilkyWay@Home N-Body Simulation unsent 221" ??? | |
| ID: 52899 | Rating: 0 | rate:
| |
|
Matt | |
| ID: 52900 | Rating: 0 | rate:
| |
MattThat stuff isn't in my department. I've been seeing that sort of too, but that's the BOINC client's problem. | |
| ID: 52901 | Rating: 0 | rate:
| |
Oh derp. Since last time I did this I updated to Lion and I forgot the 10.5 SDK was removed from the new stuff so it turns out I was building against the 10.6 SDK. I rebuilt it as 1.01 for the OS X ones.Everything errors out immediately on a Mac mini Core 2 Duo running OS X Leopard (10.5.x) since the update to 1.00. Everything was fine with 0.82.I can't find other cases of that, but I reverted the OS X ones anyway since I guess nothing relevant for it was changed anyway. | |
| ID: 52904 | Rating: 0 | rate:
| |
|
Hi | |
| ID: 52906 | Rating: 0 | rate:
| |
|
Thanks for the quick action. I will have to wait until work is available to see if it works. My Mac mini Core Duo running Tiger (10.4.x) is still working on several units with the 0.82 version. I hope it continues to work when it gets the 1.01. | |
| ID: 52907 | Rating: 0 | rate:
| |
|
Anyone actually manage to get the Linux x86_64 opencl app to work? I have an HD 4870 and it looks like I've been upgraded out of the ability to crunch. The 4870 doesn't like the new AMD drivers and it doesn't appear that the new app likes the old one. | |
| ID: 52908 | Rating: 0 | rate:
| |
Anyone actually manage to get the Linux x86_64 opencl app to work? I have an HD 4870 and it looks like I've been upgraded out of the ability to crunch. The 4870 doesn't like the new AMD drivers and it doesn't appear that the new app likes the old one.What problem are you having? The 4870 drivers were broken with the OpenCL stuff from 11.8 to 11.12 or so. 12.1 works. | |
| ID: 52909 | Rating: 0 | rate:
| |
What problem are you having? The 4870 drivers were broken with the OpenCL stuff from 11.8 to 11.12 or so. 12.1 works. I'm currently at 11.8 because anything (stable) after that broke other OpenCL apps. I see that 12.1 is in Gentoo Portage, so I'll try that. Thanks for the info. | |
| ID: 52910 | Rating: 0 | rate:
| |
It's not the application, it's the project schedulerRight now I'm suspecting that people aren't getting work because it seems that clients < 7 don't report having OpenCL and I updated the scheduler to check for the new stuff. Hmm... ok. What combination and version of Windows os, catalyst driver and BOINC manager have you tested the separation applications 1.00 against? I want to know caus I'm not getting any WUs. I gues that you have tested against some combination of OS & drivers or are you just make an update and hope for the best? ;) | |
| ID: 52914 | Rating: 0 | rate:
| |
It's not the application, it's the project schedulerRight now I'm suspecting that people aren't getting work because it seems that clients < 7 don't report having OpenCL and I updated the scheduler to check for the new stuff. Right now, there is no work available. I am doing Collatz. ____________ | |
| ID: 52915 | Rating: 0 | rate:
| |
|
I'm getting "Server Error recompile needed", the first time was a couple of mins ago. | |
| ID: 52916 | Rating: 0 | rate:
| |
|
Seeing it as well, most likely we will have to wait until the morning as it is 1AM in New York. | |
| ID: 52917 | Rating: 0 | rate:
| |
|
New ati_openCL project startet: | |
| ID: 52918 | Rating: 0 | rate:
| |
|
This whole time I have gotten GPU work on occasion, but it's like 3 tasks at a time and then it stops. | |
| ID: 52919 | Rating: 0 | rate:
| |
|
Oh thats the ground my 3850 AGP get no work anymore :/ *sign* | |
| ID: 52920 | Rating: 0 | rate:
| |
New ati_openCL project startet: Sorry, my mistake, donate@home is crunching for bitcoin ... | |
| ID: 52921 | Rating: 0 | rate:
| |
I'm getting "Server Error recompile needed", the first time was a couple of mins ago. Getting the exact same thing here. | |
| ID: 52922 | Rating: 0 | rate:
| |
|
Are you still getting that? That should only have been happening for a few minutes a while ago. | |
| ID: 52924 | Rating: 0 | rate:
| |
|
Its ok now Matt - and supply is steady. V1 appears to be running ok on mine. I had 3 computation errors early on, but nothing since. | |
| ID: 52925 | Rating: 0 | rate:
| |
|
Whats the cheapest lowest card i can get with pcie working for MW (must not be a new one)? Will try to get one over ebay or so then. | |
| ID: 52926 | Rating: 0 | rate:
| |
|
Watch out for the needs of OpenCL - you will need to check 4XXX will take an OpenCL app, I'm fairly certain they will, but I dont know for certain if all the 4XXX variants do or not - and you need to ensure what you use is OpenCL capable via its driver set. | |
| ID: 52927 | Rating: 0 | rate:
| |
|
here are the current errors i'm getting: Stderr output platform: WinXP 32-bit, BOINC v6.12.34, AMD HD 5870 ____________ | |
| ID: 52928 | Rating: 0 | rate:
| |
|
Double check your GPU clock setting, because of this inside the stderr .... | |
| ID: 52929 | Rating: 0 | rate:
| |
here are the current errors i'm getting:First it looks like your Catalyst drivers are really old. The minimum I have the scheduler requiring is ~11.4. Second it's actually trying to run it on the CPU. You're using app_info, are you giving it a --device argument? | |
| ID: 52930 | Rating: 0 | rate:
| |
Watch out for the needs of OpenCL - you will need to check 4XXX will take an OpenCL app, I'm fairly certain they will, but I dont know for certain if all the 4XXX variants do or not - and you need to ensure what you use is OpenCL capable via its driver set.R700 stuff (4770 and 4850, 4870) support OpenCL but just barely. There are various limitations and they're missing features nbody uses. | |
| ID: 52931 | Rating: 0 | rate:
| |
|
New version runs fine for me! Run-times about 8 s faster than 0.82 separation! Thanks Matt! | |
| ID: 52932 | Rating: 0 | rate:
| |
|
I've gotten it to send out ATI work again by temporarily undeprecating the old 0.82 CAL stuff. This also seems to have had the side effect of it more frequently sending out the OpenCL 1.0 AMD ones. I seem to be getting a majority of tasks as the old one, but I guess that's good enough to go to sleep for now. | |
| ID: 52933 | Rating: 0 | rate:
| |
|
Now i detach & retach the project.i get the old 0.82ati. | |
| ID: 52934 | Rating: 0 | rate:
| |
Now i detach & retach the project.i get the old 0.82ati. Same problems for me. I detach and retach the project repeatedly without any success. One workunit and after nothing. I have to detach and retach the project to have a new one workunit. I have a 5870 ATI GPU on Gentoo Linux 64 bits system with a 12.1 Catalyst driver and a BOINC client version 7.0.14 . ____________ | |
| ID: 52935 | Rating: 0 | rate:
| |
R700 stuff (4770 and 4850, 4870) support OpenCL but just barely. There are various limitations and they're missing features nbody uses. So this means 4XXX users can't upgrade to the new app and are stuck with 0.82 and Cat 11.10? (since CAL is broken in later versions) | |
| ID: 52937 | Rating: 0 | rate:
| |
|
Thanks ever so much for needlessly eliminating support for an older ATI GPU that was producing credible work results every day. As that was the primary GPU we've had available, I guess we'll be turning to other projects whose administrators aren't as short-sighted. | |
| ID: 52938 | Rating: 0 | rate:
| |
|
I'm using Nvidia but CPU usage is still quite high. <app_info> <app> <name>milkyway</name> </app> <file_info> <name>milkyway_separation_1.00_windows_x86_64__opencl_nvidia.exe</name> <executable /> </file_info> <app_version> <app_name>milkyway</app_name> <version_num>100</version_num> <flops>1.0e11</flops> <avg_ncpus>0.05</avg_ncpus> <max_ncpus>1</max_ncpus> <plan_class>cuda</plan_class> <coproc> <type>CUDA</type> <count>.5</count> </coproc> <cmdline></cmdline> <file_ref> <file_name>milkyway_separation_1.00_windows_x86_64__opencl_nvidia.exe</file_name> <main_program/> </file_ref> </app_version> </app_info> Where do I put --gpu-wait-factor and --gpu-polling-mode, and how to lower CPU usage even more? edit: And do I need to change the <type> tag? Anthony. ____________ The longer I live, the more reasons I develop for wanting to die. | |
| ID: 52939 | Rating: 0 | rate:
| |
However this also means the Radeon 38xx cards aren't supported with new stuff. Does that mean, that it's time to find a new project for my HD3850, or is it still OK to run the 0.82 with app_info file? All results validate so far... ____________ . | |
| ID: 52940 | Rating: 0 | rate:
| |
|
So now,i change the driver from 11.9 to 12.1 CCC. | |
| ID: 52941 | Rating: 0 | rate:
| |
|
Got my 7970 up and running again with 34s (15s faster than 0.82) WU's. :) | |
| ID: 52942 | Rating: 0 | rate:
| |
|
CAL 12.1, BOINC 6.10.60, 2x HD 6950, no app_info | |
| ID: 52943 | Rating: 0 | rate:
| |
|
yay! Work again for the old 3850 AGP :D | |
| ID: 52944 | Rating: 0 | rate:
| |
FWIW, OSX 10.6.8 Boinc 6.12.35 MWAH 1.00... A.M. Update: 1.01's in the queue and processing normally as CPU WUs, also, return of NBody 0.84's to queue. Thanks! Looks like the Valentine's Day 2-for-1 sale will help make up for last night's loss. Still no love for the 2GB HD6970M or Sandy Bridge i7 3,4GHz 2600k HD Graphics 3000 for GPU processing? Best, :) | |
| ID: 52947 | Rating: 0 | rate:
| |
What problem are you having? The 4870 drivers were broken with the OpenCL stuff from 11.8 to 11.12 or so. 12.1 works. I installed 12.1 and now Sep. 1.00 is working on my 4870 with Gentoo x86_64. Ironically, now the old app is failing. My task times went from 2:38 to 2:28. | |
| ID: 52949 | Rating: 0 | rate:
| |
|
Version 1.01 appears to be running properly on Mac mini Core 2 Duo under Leopard and also Mac mini Core Duo under Tiger. Won't know for certain until something finishes, goes in, and validates but it looks promising. I'll report back when I know more. Thanks again - you take amazingly good care of your volunteers. | |
| ID: 52950 | Rating: 0 | rate:
| |
|
Is it the app or the boinc client causing my starting "Time Remaining" to stay at 3 hours? | |
| ID: 52951 | Rating: 0 | rate:
| |
First it looks like your Catalyst drivers are really old. The minimum I have the scheduler requiring is ~11.4. Second it's actually trying to run it on the CPU. You're using app_info, are you giving it a --device argument? actually Matt, my first separation v1.00 task ran without an app_info.xml file. i was using an app_info.xml file when i was running v0.82, but only to allow 2 tasks to run simultaneously, and it contained no --device argument in it b/c i didn't need such an argument to prevent tasks from running on anything other than my HD 5870 GPU. but that app_info.xml file got deleted along with everything else in the MW@H project folder when i detached from the project (i forgot to save a copy of it). when i reattached, i allowed that first v1.00 task to run without an app_info.xml. when i saw it error out right away, i set "no new tasks," copied the app_info.xml posted by Arkayn earlier in this thread, and changed all instances of "milkyway_separation_1.00_windows_x86_64__opencl_amd.exe" to "milkyway_separation_1.00_windows_intelx86__opencl_amd.exe" to match the executable in my project folder. i left count at 1, as its best to run 1 task at a time until i've got the problems worked out. so that's why it appears that most of my v1.00 errors were on an anonymous platform. at any rate, i'd like to try a --device argument by itself first to see if that does anything for me. i know the GPU drivers are old, but 11.2 has worked extremely well for me, so i'd like to use a driver update as a second option...that is, unless you're confident that the drivers are part of my problem. if not, what --device argument must i include in the app_info.xml file? and where exactly do i insert it into the file? TIA, Eric ____________ | |
| ID: 52952 | Rating: 0 | rate:
| |
yay! Work again for the old 3850 AGP :DI patched the scheduler so only R600/Radeon 38xx stuff will get the 0.82 for now. | |
| ID: 52955 | Rating: 0 | rate:
| |
Hmm... ok. What combination and version of Windows os, catalyst driver and BOINC manager have you tested the separation applications 1.00 against? I want to know caus I'm not getting any WUs. I gues that you have tested against some combination of OS & drivers or are you just make an update and hope for the best? ;)On Nvidia it should require somewhere around 270.xx, so I have the scheduler require 280.xx+ for that. On AMD, Catalyst between 11.4 and 11.9 should work, 11.9-11.12 was broken for both the CAL version and OpenCL on R770, 12.1 works for the OpenCL one on everything I tried as well as the special 7900 driver. | |
| ID: 52956 | Rating: 0 | rate:
| |
Thanks ever so much for needlessly eliminating support for an older ATI GPU that was producing credible work results every day. As that was the primary GPU we've had available, I guess we'll be turning to other projects whose administrators aren't as short-sighted.There isn't really anything I can do when AMD doesn't support it. It doesn't support OpenCL at all, and CAL was deprecated a few releases ago, and will not be supported by the update that should be coming next month. | |
| ID: 52957 | Rating: 0 | rate:
| |
|
I will leave the 0.82 ATI apps available on my site as well for those people who need it for older cards. | |
| ID: 52958 | Rating: 0 | rate:
| |
yay! Work again for the old 3850 AGP :DI patched the scheduler so only R600/Radeon 38xx stuff will get the 0.82 for now. Thx :) For how long? i read about the update coming next month. Or do you ment ATI Drivers with that? Cos i must calculate then for a new cheap little BOINC Machine with PCIe slot very soon. (or not?) ^^ ____________ DSKAG Austria Research Team: http://www.research.dskag.at | |
| ID: 52961 | Rating: 0 | rate:
| |
at any rate, i'd like to try a --device argument by itself first to see if that does anything for me. i know the GPU drivers are old, but 11.2 has worked extremely well for me, so i'd like to use a driver update as a second option...that is, unless you're confident that the drivers are part of my problem. if not, what --device argument must i include in the app_info.xml file? and where exactly do i insert it into the file? The first thing is this error: C:\DOCUME~1\Eric\LOCALS~1\Temp\OCL45.tmp.cl(201): error: invalid unroll factor I remember this was a bug in the first few releases after they added loop unroll; it didn't work with preprocessor defined things. It was fixed in 11.3 or 11.4. The second thing is it's trying to use the CPU (device 1, the last device given is the CPU on AMD's). That works, but it isn't really what you're trying to do. The device selection uses a --device argument first if given, otherwise it uses the device index from the BOINC app_init_data which happens on new enough clients (> 6.13.1), otherwise it defaults to using device 0. It's getting a 1 from one of those places and since you're using app_info I figure it's coming from there. | |
| ID: 52963 | Rating: 0 | rate:
| |
Thx :) For how long? i read about the update coming next month. Or do you ment ATI Drivers with that?Not really sure. Right now workflow seems working as expected; it seems the scheduler mostly stops both types of ATI work unless I un-deprecate those so I'll have to figure that out. I would like to get people off of those somewhat quickly since there's stuff to hopefully reduce the number of incidents where ATI results doesn't validate against CPU results. The last SDK release notes said "CAL will no longer be supported as of version 2.7" which is expected in March and coincides with the Catalyst release. | |
| ID: 52965 | Rating: 0 | rate:
| |
|
Error while computing: http://milkyway.cs.rpi.edu/milkyway/result.php?resultid=99460786 | |
| ID: 52966 | Rating: 0 | rate:
| |
The first thing is this error: hmm...well then it does appear that the current driver i'm using is at least part of the problem, so i'll look into updating it when i get home. The second thing is it's trying to use the CPU (device 1, the last device given is the CPU on AMD's). That works, but it isn't really what you're trying to do. here's my app_info.xml - as far as i can tell, there isn't a line of code specifically forcing tasks to run on device 1 (the CPU): <app_info> ...so despite the errors being caused by an out-of-date driver, i still don't understand why tasks are trying to run on device 1. ____________ | |
| ID: 52968 | Rating: 0 | rate:
| |
Error while computing: http://milkyway.cs.rpi.edu/milkyway/result.php?resultid=99460786What happens with a newer (You're using 7.0.8, the current 7 one is 7.0.14) or older BOINC (6.12)? | |
| ID: 52969 | Rating: 0 | rate:
| |
|
Hello, | |
| ID: 52971 | Rating: 0 | rate:
| |
I got only tasks with V1.00 no V1.01.1.01 is just the statically linked 1.00 CPU version. Your Catalyst driver is new enough that it should include libOpenCL. Is it actually not present on your system or in some weird place? What distro and how did you install the drivers? | |
| ID: 52972 | Rating: 0 | rate:
| |
|
As a point of information my HD 4770 (11.6, BOINC 6.12.34, winXP32, AMD64 3800+) has been very unhappy with the change to OpenCL. Host 179083 ( http://milkyway.cs.rpi.edu/milkyway/show_host_detail.php?hostid=179083 ) gets OpenCL work, but promptly errors out with -1073740777 (unknown error). I detached and tried again with the same result. | |
| ID: 52973 | Rating: 0 | rate:
| |
|
Version 1.01 is running properly on Mac mini Core 2 Duo under Leopard and also on Mac mini Core Duo under Tiger. Units have finished, reported, and validated for both systems. Thanks again. | |
| ID: 52974 | Rating: 0 | rate:
| |
|
Which are the best drivers to use? I have tried 12.1 and 11.9 and keep getting BSODs with both. I had 10.5 before I think but that was too old and wouldn't work with the new app. I have a 5970 on Win7 64 | |
| ID: 52975 | Rating: 0 | rate:
| |
|
Rick, from what I've seen, 12.1 doesn't break Moo, but it DOES break Collatz. As a point of information my HD 4770 (11.6, BOINC 6.12.34, winXP32, AMD64 3800+) has been very unhappy with the change to OpenCL. Host 179083 ( http://milkyway.cs.rpi.edu/milkyway/show_host_detail.php?hostid=179083 ) gets OpenCL work, but promptly errors out with -1073740777 (unknown error). I detached and tried again with the same result. | |
| ID: 52976 | Rating: 0 | rate:
| |
|
For my system the following is working fine: | |
| ID: 52977 | Rating: 0 | rate:
| |
Rick, from what I've seen, 12.1 doesn't break Moo, but it DOES break Collatz. No, it does not. This is my A8 system, running win7 x64, BM 7.0.12 and CCC 12.1 GPU 0 is the HD5830 GPU 1 is on-chip HD6550 | |
| ID: 52978 | Rating: 0 | rate:
| |
|
Still can't get any WUs for my XP 32 bit box if I use the app_info I was using before to reduce the GPU usage. Worked fine before. Anyone have a suggestion. File used is below. | |
| ID: 52979 | Rating: 0 | rate:
| |
|
2/9/2012 10:57:53 PM | Milkyway@Home | Sending scheduler request: To fetch work. | |
| ID: 52980 | Rating: 0 | rate:
| |
which extension are you looking for?It looks for cl_khr_fp64 or cl_amd_fp64, if you have a client new enough to report OpenCL information back. It looks like some of the 7.0.x aren't sending back the extensions properly. | |
| ID: 52981 | Rating: 0 | rate:
| |
|
Started to get the several errors today on 3 different systems with GPUs. | |
| ID: 52982 | Rating: 0 | rate:
| |
|
Well it did for me -- HD 4850, Win XP, BM 7.0.08. Rick, from what I've seen, 12.1 doesn't break Moo, but it DOES break Collatz. ____________ | |
| ID: 52984 | Rating: 0 | rate:
| |
Still can't get any WUs for my XP 32 bit box if I use the app_info I was using before to reduce the GPU usage. Worked fine before. Anyone have a suggestion. File used is below. Never mind. I figured it out for XP 32 bit. Can someone help me with an app_info command that will throttle down the GPU on Win7 64 bit? Thanks in advance. | |
| ID: 52986 | Rating: 0 | rate:
| |
You are absolutely right, and Matt and the Team are doing a wonderful job with the implementation of a very new technology. It's really impressive how many problem have been solved within a couple of hours. CONGRATULATION, Matt & Team! | |
| ID: 52987 | Rating: 0 | rate:
| |
Radeon 38xx cards aren't supported with new stuff Recently bought a new HD3850 AGP. Cost me quite a lot, also time & effort. Not amused. (FWIW I just received & processed a few 0.82 tasks. I think I'll keep this PC open for MW just to check.) | |
| ID: 52988 | Rating: 0 | rate:
| |
Using Catalyst 11.3 it looks like. Try a newer driver. I am sort of aware of a few various crashes with different Catalyst versions on different GPUs. I think 11.3-4 and 11.10-11.12 are the most problematic versions; 12.1 seems to be working most consistently on everything. Around 11.3 the binary format stuff was introduced (which it says it supports) but it's probably crasher around then. Upgraded from 11.3 to 11.9 (2-3% slower on mw w/ CAL, system more sluggish w/ other ATI apps too) and still getting Exit status -1073740777 (0xffffffffc0000417) Unknown error number when trying v1.00 OpenCL. Thought 11.9 should be working for XP 32bit with HD5850? | |
| ID: 52990 | Rating: 0 | rate:
| |
Rick, from what I've seen, 12.1 doesn't break Moo, but it DOES break Collatz. Thanks Barry. Because I run both Moo and Collatz on this host I'll stand pat for now. I'm 100% Moo at the moment, but I'll try something different when I see something change at MW. I'm the kinda guy that likes to push the do-not-push button (retired engineer...sigh), but I guess that I'll wait for the dust to settle here. Is anyone settling the dust? Rick | |
| ID: 52991 | Rating: 0 | rate:
| |
Thought 11.9 should be working for XP 32bit with HD5850? 12.1 is working for me on XP 32 bit with a 5830 but I'm using the 0.82 separation app not the 1.00. ____________ | |
| ID: 52992 | Rating: 0 | rate:
| |
|
FYI, 12.1 drivers don't break Collatz - I tried them. However, I quickly moved up to 12.2 (in pre-release) because of issues with the video converter (nothing to do with BOINC). 12.2 works fine with MW and Collatz - both CAL and OpenCL are working. CAUTION - since this is pre-release, I'm not recommending anyone move to Catalyst 12.2 (which they now call AMD Vision) - your risk & peril. | |
| ID: 52993 | Rating: 0 | rate:
| |
|
For Nvidia it looks like running 2 WU's on the same GPU uses a lot of the CPU's resources, while running 1 WU (still with an app_info.xml) uses a lot less. But running without an app_info.xml uses even less CPU resources. | |
| ID: 52994 | Rating: 0 | rate:
| |
Radeon 38xx cards aren't supported with new stuff Currently still happily processing lots more new 0.82 tasks, aborting 1.00 tasks manually. Did someone suddenly think "DUH! Way too much hassle dude. FIXITNOW. Generate new, old-style 0.82 tasks because everyone can crunch THEM. Then we might, sometime much later look at the project participants' reaction (AKA flak on the forum) to decide what damage was caused by abandoning CAL ... Nota Bene:- AFTER the event, BEFORE asking the obvious question. Ray FWIW I have used only one apostrophe above and it is in the correct place according to Word 2000. Flay me if Word is wrong ;-} | |
| ID: 52995 | Rating: 0 | rate:
| |
|
Just as a follow up note, I had the same result on a Win7 64 bit configuration -- and since (for whatever reason) with that combination I did not see any MW workunits come in, I reverted -- Boinc 7.08, HD 4850, Win7 64 bit, Catylist 11.4. I had issues with 11.10 at the OS level. That combination seems to work fine with Collatz, Moo, and even POEM. MW -- nope, it doesn't like the Catalyst version (or so it reports). Rick, from what I've seen, 12.1 doesn't break Moo, but it DOES break Collatz. | |
| ID: 53001 | Rating: 0 | rate:
| |
|
Right -- but it did for me -- two different systems -- and one not all that much different from yours -- Phenom II 925, Win 7 64 bit, 4850 and BOINC 7.0.08. FYI, 12.1 drivers don't break Collatz - I tried them. However, I quickly moved up to 12.2 (in pre-release) because of issues with the video converter (nothing to do with BOINC). 12.2 works fine with MW and Collatz - both CAL and OpenCL are working. CAUTION - since this is pre-release, I'm not recommending anyone move to Catalyst 12.2 (which they now call AMD Vision) - your risk & peril. | |
| ID: 53002 | Rating: 0 | rate:
| |
I'm using Nvidia but CPU usage is still quite high.In the <cmdline></cmdline> edit: And do I need to change the <type> tag?No | |
| ID: 53003 | Rating: 0 | rate:
| |
Started to get the several errors today on 3 different systems with GPUs.I've seen this problem mentioned before with a few different causes. The Catalyst installer/uninstaller at some points didn't clean up the ICD entries in the registry properly. Try removing the drivers and installing newer ones. | |
| ID: 53004 | Rating: 0 | rate:
| |
which extension are you looking for?It looks for cl_khr_fp64 or cl_amd_fp64, if you have a client new enough to report OpenCL information back. It looks like some of the 7.0.x aren't sending back the extensions properly. I was on 7.0.12, upgraded to 7.0.14, still the same problem. Maybe we need to open a ticket at boinc/trac ? I don't want to roll back to 6.12 series, because I would loose all the WU in progress and because I would like to test also the boinc/vbox project which requires 7.x BM... Anyway, thanks for your hard work. All the troubles that will be fixed here will be useful also for all the other projects. | |
| ID: 53005 | Rating: 0 | rate:
| |
|
I updated the GPU stuff to 1.02. This should fix the multiple vendor selection for some people, and hopefully works around the common error on older Nvidia drivers with the nonsense "call to 'mad' is ambiguous" error. | |
| ID: 53007 | Rating: 0 | rate:
| |
I was on 7.0.12, upgraded to 7.0.14, still the same problem.I'm not sure. I've been mutilating the scheduler trying to quickly dodge driver version issues so it's quite likely not working, though it does seem to be working for me using 7.0.14 | |
| ID: 53008 | Rating: 0 | rate:
| |
I was on 7.0.12, upgraded to 7.0.14, still the same problem.I'm not sure. I've been mutilating the scheduler trying to quickly dodge driver version issues so it's quite likely not working, though it does seem to be working for me using 7.0.14 I'm on 12.1 since they went out. I just upgraded to 7.0.15 but still got the same message that I lack the necessary extension. I wrote something here, but I don't know if it will be read by boinc devs http://boinc.berkeley.edu/dev/forum_thread.php?id=7273 | |
| ID: 53009 | Rating: 0 | rate:
| |
It was scheduler problem. I don't have any pure cl_amd_fp64 systems so it was working for me. It should start working for you now.I was on 7.0.12, upgraded to 7.0.14, still the same problem.I'm not sure. I've been mutilating the scheduler trying to quickly dodge driver version issues so it's quite likely not working, though it does seem to be working for me using 7.0.14 | |
| ID: 53010 | Rating: 0 | rate:
| |
Right -- but it did for me -- two different systems -- and one not all that much different from yours -- Phenom II 925, Win 7 64 bit, 4850 and BOINC 7.0.08. The important difference is the GPU. CAL (which is used by Collatz) is only broken since 11.11 for HD4XXX-GPUs. Newer GPUs (like HD5XXXX) are working. So far the 1.00 OpenCL app has worked well for my HD4870 using Catalyst 12.1 :) Thank you very much Matt. | |
| ID: 53012 | Rating: 0 | rate:
| |
It was scheduler problem. I don't have any pure cl_amd_fp64 systems so it was working for me. It should start working for you now.I was on 7.0.12, upgraded to 7.0.14, still the same problem.I'm not sure. I've been mutilating the scheduler trying to quickly dodge driver version issues so it's quite likely not working, though it does seem to be working for me using 7.0.14 yes you're right! Thanks a lot man! | |
| ID: 53013 | Rating: 0 | rate:
| |
|
Thank you matt. | |
| ID: 53014 | Rating: 0 | rate:
| |
|
Hello, | |
| ID: 53017 | Rating: 0 | rate:
| |
I got only tasks with V1.00 no V1.01.1.01 is just the statically linked 1.00 CPU version. Your Catalyst driver is new enough that it should include libOpenCL. Is it actually not present on your system or in some weird place? What distro and how did you install the drivers? I use ubuntu 10.04, driver was installed by the ati-installer. Now I read, openCL came with ubuntu 10.10. I tried a distri-upgrade but it doesn't work. So I have to make a complete new installation. But in the moment I have no time for that. So I first try to go back to V0.82 by app_info. | |
| ID: 53018 | Rating: 0 | rate:
| |
Hello, I believe you are accurately describing the actions of the 12 series drivers from AMD, they want more cpu to make gaming better on their video output. Trying going back to the 11.9 series of AMD drivers and see if that is better. BTW upgrading to the 7 series of Boinc means you have a whole other set of problems with your cache levels! And NO you cannot downgrade without wiping out all your existing units | |
| ID: 53019 | Rating: 0 | rate:
| |
|
I have been running Milkyway@home projects on my ATI 4850. Are these cards no longer supported? | |
| ID: 53023 | Rating: 0 | rate:
| |
I have been running Milkyway@home projects on my ATI 4850. Are these cards no longer supported?They are | |
| ID: 53025 | Rating: 0 | rate:
| |
Opposite to my first post above, I have encountered problems now. I have very high cpu-usage with 1.00 and 1.02 app and two 5850 GPU.Do you actually have high CPU usage, or is BOINC just telling you it is using 0.98 CPUs? I see that one one of my systems (Using BOINC 7) and not on another (Using 6.12) | |
| ID: 53026 | Rating: 0 | rate:
| |
|
No, it is really high cpu-usage according to the windows task-manager which shows usage up to 25 % on my quad-core for each milkyway process. Boinc shows 0.05 as expected. Please show also in my example wu in the original post. The cpu-time is very high! | |
| ID: 53027 | Rating: 0 | rate:
| |
I'm using Nvidia but CPU usage is still quite high. Matt Arsenault wrote: In the <cmdline></cmdline. I found out where to put it, but what numbers should I use to lower CPU usage? mikey wrote: BTW upgrading to the 7 series of Boinc means you have a whole other set of problems with your cache levels! And NO you cannot downgrade without wiping out all your existing units Can I upgrade to BOINC 7 without wiping out all of mine existing/cached/running WU's? Anthony. ____________ The longer I live, the more reasons I develop for wanting to die. | |
| ID: 53030 | Rating: 0 | rate:
| |
|
I have not had a problem upgrading, its downgrading back to 6.X.X thats the problem because 7.X.X deals with files differently, and when thats presented to 6.X.X it dont like it and wont play. Going up to V7, BOINC V7 does all the conversions necessary, dont happen the other way as BOINC V6 knows nothing about it. | |
| ID: 53031 | Rating: 0 | rate:
| |
I found out where to put it, but what numbers should I use to lower CPU usage?Raising the GPU wait factor (--gpu-wait-factor ) and/or changing the polling mode (--gpu-polling-mode ). The default wait factor is 0.75, to wait for 75% of the estimated kernel run times before waiting. Raising it towards 1 should lower CPU usage. If you want to play with that try raising the wait factor first. Can I upgrade to BOINC 7 without wiping out all of mine existing/cached/running WU's?I think I saw that it wipes it if the version changes, so no. | |
| ID: 53032 | Rating: 0 | rate:
| |
I found out where to put it, but what numbers should I use to lower CPU usage?Raising the GPU wait factor (--gpu-wait-factor ) and/or changing the polling mode (--gpu-polling-mode ). The default wait factor is 0.75, to wait for 75% of the estimated kernel run times before waiting. Raising it towards 1 should lower CPU usage. If you want to play with that try raising the wait factor first. No, it is fine going up to version 7 from version 6, it is only a problem if you want to go back to version 6. ____________ | |
| ID: 53033 | Rating: 0 | rate:
| |
No, it is really high cpu-usage according to the windows task-manager which shows usage up to 25 % on my quad-core for each milkyway process. Boinc shows 0.05 as expected. Please show also in my example wu in the original post. The cpu-time is very high!I know the AMD drivers had the high CPU problem in 11.7 and 11.8 but I guess that could be different on different hardware. Does it happen with the current 12.1 drivers for you? | |
| ID: 53035 | Rating: 0 | rate:
| |
|
Matt, | |
| ID: 53036 | Rating: 0 | rate:
| |
No, it is really high cpu-usage according to the windows task-manager which shows usage up to 25 % on my quad-core for each milkyway process. Boinc shows 0.05 as expected. Please show also in my example wu in the original post. The cpu-time is very high!I know the AMD drivers had the high CPU problem in 11.7 and 11.8 but I guess that could be different on different hardware. Does it happen with the current 12.1 drivers for you? I tried 11.11c, 12.1, 12.2 preview. Every driver showed the high cpu-usage. ____________ | |
| ID: 53037 | Rating: 0 | rate:
| |
|
Where can I download the latest Boinc 7 version? The Boinc site only show the 7.0.8 version? | |
| ID: 53039 | Rating: 0 | rate:
| |
|
You can find the version here: http://boinc.berkeley.edu/dl/?C=M;O=D | |
| ID: 53040 | Rating: 0 | rate:
| |
|
I was getting high CPU usage (one CPU core per WU) with 11.9 drivers but it is ok with 12.1, I just hope it doesn't BSOD again like it did before with 12.1 | |
| ID: 53044 | Rating: 0 | rate:
| |
|
I'am fucked up with all the mW versions, why not keep it to simple 1. | |
| ID: 53045 | Rating: 0 | rate:
| |
|
It depends on the driver version and GPU. The most problematic GPU are Radeon 4xxx series. There are only 4 driver releases in the past year that I'm certain work (11.7, 11.8, 11.9 and 12.1+) so unless you're using one of those you won't get work for it. | |
| ID: 53046 | Rating: 0 | rate:
| |
|
Indeed it does -- also the version of Boinc Manager. It depends on the driver version and GPU. The most problematic GPU are Radeon 4xxx series. There are only 4 driver releases in the past year that I'm certain work (11.7, 11.8, 11.9 and 12.1+) so unless you're using one of those you won't get work for it. | |
| ID: 53047 | Rating: 0 | rate:
| |
With 11.8 (which also works with Collatz -- a critical constraint for me), and Vista 32 bit and Windows 7 64 bit, it does work -- with one of the 6.x Boinc managers. With 11.8 and XP 32 bit and BM 7.0.8 it does not get work, go figure. that's my dilemma too - i need to be setup so that both Milkyway and Collatz will run...and unfortunately my platform is WinXP 32-bit like yours. on the other hand, i'm running a different driver and BOINC version, so i suppose there's a chance it'll work if i try it. i just haven't been able to make the time to play around with it all. i'm thinking i'll tackle it sometime next week after the Valentine's Day bonus. ____________ | |
| ID: 53049 | Rating: 0 | rate:
| |
Indeed it does -- also the version of Boinc Manager. today matt implemented a fix for the scheduler. I think that now it should work also in your "11.8 with BM 7.0.8" configuration, because you're in what he called and discarded previously (wrongly) a "pure cl_amd_fp64" extension situation | |
| ID: 53050 | Rating: 0 | rate:
| |
|
Those having apparent work-fetch problems with 7.X.X .... at present it works in a different way, I suspect - only that, no definitive knowledge - that its being designed to reduce cache sizes at the user end, particularly massive days long ones due to the problems that can give servers. | |
| ID: 53051 | Rating: 0 | rate:
| |
|
I saw that and was hopeful, but... Indeed it does -- also the version of Boinc Manager. | |
| ID: 53052 | Rating: 0 | rate:
| |
|
The other thing to note, with the earlier BM (6.10.58 or 6.12.32) which do get work with the 11.8 Catalyst -- they get .82 separation work units -- which process fine. | |
| ID: 53053 | Rating: 0 | rate:
| |
....When .82 no longer works, unless things are fixed, I will be 'MW-less'. That will be increasingly common story with 4XXX as the year moves on as 4XXX have limited OpenCL support. Matt has done some sterling tweeks in the background to get this going here for 4XXX, but the longer term prognosis re 4XXX and OpenCL across BOINC is one of gradual degrading as full blown OpenCL takes hold across BOINC, as a consequence of the dropping of CAL by AMD. Not happening "by yesterday", but it will happen, and its irreversable Regards Zy | |
| ID: 53054 | Rating: 0 | rate:
| |
The other thing to note, with the earlier BM (6.10.58 or 6.12.32) which do get work with the 11.8 Catalyst -- they get .82 separation work units -- which process fine. The other thing to note, with the earlier BM (6.10.58 or 6.12.32) which do get work with the 11.8 Catalyst -- they get .82 separation work units -- which process fine. Nopem, do not, errors out running on xp 32...... | |
| ID: 53055 | Rating: 0 | rate:
| |
|
Fair enough, when it happens, I'll process elsewhere -- new double precision AMD cards are quite an expense, and also, from what I've seen require more power as well. I'm not inclined to rebuild a batch of systems for that purpose. When other projects also move to OpenCL -- I'll probably shut down my BOINC work as I simply can't justify that sort of investment in time for the projects. ....When .82 no longer works, unless things are fixed, I will be 'MW-less'. ____________ | |
| ID: 53056 | Rating: 0 | rate:
| |
|
Works OK here for me as I reported -- no big deal though, a lot of variables in the mix (I run 4850's).
| |
| ID: 53057 | Rating: 0 | rate:
| |
|
BarryAZ can lik his ass on mw if he like to do so!!!!!!!!!! | |
| ID: 53058 | Rating: 0 | rate:
| |
|
Prices are bound to come down, so dont be too depressed, there's no way they will stay this high for good. Also another new series like 8XXX are probably 12-18 months away, that will also help depress prices of 5XXX and 6XXX both of which have full OpenCL support. | |
| ID: 53059 | Rating: 0 | rate:
| |
|
Just upgraded to BOINC 7.0.15 but it's not requesting any tasks, for any of my projects except SETI. | |
| ID: 53060 | Rating: 0 | rate:
| |
Those having apparent work-fetch problems with 7.X.X .... at present it works in a different way, I suspect - only that, no definitive knowledge - that its being designed to reduce cache sizes at the user end, particularly massive days long ones due to the problems that can give servers. It certainly works in a different way but it's nothing to do with reducing cache sizes. The two cache settings now have different meanings in 7.x.x. The 'Connect Every ...' (CE) setting should now be regarded as the 'low water' mark. Many people would have this at zero (from past behaviour) and if you do, that is why BOINC wont get work until you actually run out. The 'Extra Days' (ED) setting should now be regarded as an increment to define a 'high water' mark. So, if you want BOINC to maintain a cache between X and X.01 days, you would set CE=X and ED=0.01. It's as simple as that. Of course, it's not really documented properly anywhere and if you gripe about that you would probably be told that nothing is guaranteed with 'bleeding edge' versions so why are you using one ... Projects will continue to try to use new features that aren't ready for prime time so you can't really blame BOINC entirely for all the teething problems. It might have been better for volunteers if the new MW 1.0x app had been released in a testing environment similar to the way that the new Einstein CL app is being tested in the Albert@Home test project. I know that requires a lot more resources at the project end but it's a lot more 'friendly' for the long suffering volunteers. At present, the cache will reduce down without being refreshed. At the point when its almost at dry, it will then download what you set in the cache preferences all the other supply constraints being equal. Often had 200 WU downloads on other projects in one lump after apparent famine. Its feast or famine and will not play unless the cache is near zero. This is exactly what to expect if you are using 7.x.x with 'old style' cache settings - something like CE=0 and ED=3.0 for example. ____________ Cheers, Gary. | |
| ID: 53062 | Rating: 0 | rate:
| |
|
Could be -- I've over a dozen 4850 systems in play -- then again, it might encourage me to simply shut down a batch of systems and reduce the electric bill. I tend to do that in the summer anyway. Prices are bound to come down, so dont be too depressed, there's no way they will stay this high for good. Also another new series like 8XXX are probably 12-18 months away, that will also help depress prices of 5XXX and 6XXX both of which have full OpenCL support. ____________ | |
| ID: 53063 | Rating: 0 | rate:
| |
|
Yes I figured that out a while ago -- though I think it is not quite so much 'as simple as that' -- there are (as it always the case) some other variables in play.
| |
| ID: 53064 | Rating: 0 | rate:
| |
The new cache settings in BOINC 7.0.xx are a real PITA but if you set connect everyday to 1.00 and additional cache to 0.50 you should get work. XP 32 and WIN7 64 both crunching away. It's the connect everyday setting that is the most important with the newer versions. ____________ | |
| ID: 53065 | Rating: 0 | rate:
| |
|
New 1.02 running fine on my HD6970 with Win7 64 catalyst 12.1 (preview) and BM 6.10.60 | |
| ID: 53066 | Rating: 0 | rate:
| |
Done that. All works fine. I'm back and crunching. Please keep it alive. | |
| ID: 53067 | Rating: 0 | rate:
| |
|
I too have gotten work from MW and from SETI, but not from GPUGrid. Normally I have 2 WU's on my system (per GPU), but now I only have one crunching and it won't request a new one. I'm running BOINC 7.0.15. I'm running GPUGrid on 1 GPU. | |
| ID: 53069 | Rating: 0 | rate:
| |
|
Hello, | |
| ID: 53070 | Rating: 0 | rate:
| |
|
TJ: | |
| ID: 53071 | Rating: 0 | rate:
| |
|
Hi Maac59, | |
| ID: 53072 | Rating: 0 | rate:
| |
Hi Maac59, http://support.amd.com/us/Pages/AMDSupportHub.aspx ____________ | |
| ID: 53073 | Rating: 0 | rate:
| |
|
You probably need to update your Catalyst drivers to get the latest OpenCL package. As for the solutions I was referring to, they deal with using the app_info file in convincing MW to keep using the old CAL application. Do a search on app_info on this page. | |
| ID: 53074 | Rating: 0 | rate:
| |
|
Deleted | |
| ID: 53075 | Rating: 0 | rate:
| |
|
This host (AMD 1090t, Win7-64, HD 5870, BOINC 6.12.34) is back in business after upgrading to Cat 12.1. I don't know if any of the 11.x versions would have worked -- I went straight up from 10.10. No other changes were made. WU's now complete 4-5% faster (2-3 sec) on average. | |
| ID: 53076 | Rating: 0 | rate:
| |
Question: Has the nVidia application also switched from CUDA to OpenCL now? The application name suggests it. Seems to work fine on a GTX 560 Ti w/ Win7 64bit and BOINC 6.12.34 (x64), first result is valid. The ATI onboard GPU (SP) is not causing problems, server tells me: "An ATI GPU supporting double precision math is required" and "ATI GPU R600 (R38xx) does not support OpenCL". <core_client_version>6.12.34</core_client_version> <![CDATA[ <stderr_txt> <search_application> milkyway_separation 1.02 Windows x86_64 double OpenCL </search_application> Guessing preferred OpenCL vendor 'NVIDIA Corporation' Error loading Lua script 'astronomy_parameters.txt': [string "number_parameters: 4..."]:1: '<name>' expected near '4' Error reading astronomy parameters from file 'astronomy_parameters.txt' Trying old parameters file Using SSE3 path Found 1 platform Platform 0 information: Name: NVIDIA CUDA Version: OpenCL 1.1 CUDA 4.1.1 Vendor: NVIDIA Corporation Extensions: cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_d3d9_sharing cl_nv_d3d10_sharing cl_khr_d3d10_sharing cl_nv_d3d11_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll Profile: FULL_PROFILE Using device 0 on platform 0 Found 1 CL device Device 'GeForce GTX 560 Ti' (NVIDIA Corporation:0x10de) (CL_DEVICE_TYPE_GPU) Driver version: 285.62 Version: OpenCL 1.1 CUDA Compute capability: 2.1 Max compute units: 8 Clock frequency: 1645 Mhz Global mem size: 2147483648 Local mem size: 49152 Max const buf size: 65536 Double extension: cl_khr_fp64 Build log: -------------------------------------------------------------------------------- ptxas info : Compiling entry function 'probabilities' for 'sm_21' ptxas info : Function properties for probabilities 80 bytes stack frame, 76 bytes spill stores, 76 bytes spill loads ptxas info : Used 62 registers, 100 bytes cmem[0], 56 bytes cmem[16] -------------------------------------------------------------------------------- Build log: -------------------------------------------------------------------------------- ptxas info : Compiling entry function 'summarization' for 'sm_21' ptxas info : Function properties for summarization 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 13 registers, 2048+0 bytes smem, 48 bytes cmem[0] -------------------------------------------------------------------------------- Estimated Nvidia GPU GFLOP/s: 842 SP GFLOP/s, 105 DP FLOP/s Using a target frequency of 60.0 Using a block size of 4096 with 17 blocks/chunk Using clWaitForEvents() for polling with initial wait of 12 ms (mode 0) Range: { nu_steps = 640, mu_steps = 1600, r_steps = 1400 } Iteration area: 2240000 Chunk estimate: 32 Num chunks: 33 Chunk size: 69632 Added area: 57856 Effective area: 2297856 Initial wait: 12 ms Integration time: 542.787896 s. Average time per iteration = 848.106088 ms Integral 0 time = 546.308173 s Running likelihood with 109999 stars Likelihood time = 2.219000 s <background_integral> 0.000133824638386 </background_integral> <stream_integral> 6.443820669765729 875.872833232415470 </stream_integral> <background_likelihood> -2.940328087823295 </background_likelihood> <stream_only_likelihood> -83.771552699247522 -7.323208286845183 </stream_only_likelihood> <search_likelihood> -2.935410274019145 </search_likelihood> 11:38:38 (3120): called boinc_finish </stderr_txt> ]]> | |
| ID: 53081 | Rating: 0 | rate:
| |
|
Thanks Arkayn and Maac59 for your suggestions and link. | |
| ID: 53082 | Rating: 0 | rate:
| |
Could be -- I've over a dozen 4850 systems in play -- then again, it might encourage me to simply shut down a batch of systems and reduce the electric bill. I tend to do that in the summer anyway. Barry maybe EBay will become your friend and help you unload those cards and get newer, faster ones! Just remember EVERYONE on EBay is NOT honest!!! | |
| ID: 53083 | Rating: 0 | rate:
| |
This host (AMD 1090t, Win7-64, HD 5870, BOINC 6.12.34) is back in business after upgrading to Cat 12.1. I don't know if any of the 11.x versions would have worked -- I went straight up from 10.10. No other changes were made. WU's now complete 4-5% faster (2-3 sec) on average. I am using 11.9 on all of my pc's and I am getting work on two of them! I only have 5870's on my gpu's here at MW, so that is the same but the Boinc version is different and so is whether they are 32 or 64 bit. I re-enabled work so I will wait and see if it picks some up later. I also did a reset on one but nothing was happening, so I left it alone and turned off the monitor but the pc is still running. | |
| ID: 53084 | Rating: 0 | rate:
| |
|
I found that once I had everything set to go, I needed to just leave it alone. The WUs came in one at a time and it took a few minutes to get the next one. I had to force myself not to babysit and manually update Boinc trying to get more work every time it ran out. I let it go overnight with no other GPU projects running. By morning it was running just as before. | |
| ID: 53086 | Rating: 0 | rate:
| |
|
The Nvidia app has always been OpenCL. We used to be a ATI only project. | |
| ID: 53087 | Rating: 0 | rate:
| |
This host (AMD 1090t, Win7-64, HD 5870, BOINC 6.12.34) is back in business after upgrading to Cat 12.1... For completeness, I might maybe should have added that I'm using the stock 1.02 from the project, no app_info file. ____________ | |
| ID: 53088 | Rating: 0 | rate:
| |
For completeness, I might maybe should have added that I'm using the stock 1.02 from the project, no app_info file. the app_info.xml file really isn't necessary unless you either want to change the number of simultaneously running MW@H tasks to something greater than 1 or improve GUI lag/set process priority/etc. via command line parameters. ____________ | |
| ID: 53089 | Rating: 0 | rate:
| |
|
I said 2 days ago: As a point of information my HD 4770 (11.6, BOINC 6.12.34, winXP32, AMD64 3800+) has been very unhappy with the change to OpenCL. Host 179083 ( http://milkyway.cs.rpi.edu/milkyway/show_host_detail.php?hostid=179083 ) gets OpenCL work, but promptly errors out with -1073740777 (unknown error). I detached and tried again with the same result. Upgrading from Cat 11.6 to Cat 12.1 made MW work without trashing anything. Of course Matt has made a number of changes in the meantime. Moo works too. I wasn't sure Cat 12.1 would support an (old) HD 4770 adequately. I guess it does. Performance is very near what it was with the CAL app. I've seen a decrease of about 4 seconds from 192 seconds total time, but an increase of 3 seconds (from 6 to 9 seconds) of CPU time. I'd have never noticed if I wasn't looking. An appropriate classic quote of wisdom: "Thank god Mr. Spock, you've fixed it" "There was no deity involved Mr. Scott. It was my cross circuiting from A to B that did it" | |
| ID: 53090 | Rating: 0 | rate:
| |
For completeness, I might maybe should have added that I'm using the stock 1.02 from the project, no app_info file. What command would be added to the the app-info file to throttle back GPU usage? It's currently at 99% and I'd like to pull it back to 80-85%. Win7 64 bit. Radeon 5830. ____________ | |
| ID: 53091 | Rating: 0 | rate:
| |
For completeness, I might maybe should have added that I'm using the stock 1.02 from the project, no app_info file. sorry...i've only done it successfully on WinXP 32-bit like you. i have yet to tackle the issue on Win7 x64, let alone install it on one of my machines...but hopefully i'll be getting a licensed copy from work soon... ____________ | |
| ID: 53093 | Rating: 0 | rate:
| |
What command would be added to the the app-info file to throttle back GPU usage? It's currently at 99% and I'd like to pull it back to 80-85%. With the new app you don't need the app_info-file to control GPU load - it's now only necessary if you want to run multiple instances on one GPU. If you want to use it anyway the command line parameter apparently wasn't changed from the old app: --gpu-target-frequency XX Raising XX lessens the GPU load and increases the run time (default is now 60). With the new app it's easier controlled in the Milkyway@home preferences: Frequency (in Hz) that should try to complete individual work chunks ____________ Starfire | |
| ID: 53094 | Rating: 0 | rate:
| |
|
Thanks | |
| ID: 53095 | Rating: 0 | rate:
| |
|
Thanks, how do you think I was able to afford the dozen or so 4850's -- I well know about ebay -- and look closely at listings there.
| |
| ID: 53096 | Rating: 0 | rate:
| |
|
I've got an AMD FX-8150 CPU, is there anything I need to modify to receive the new WU's? | |
| ID: 53097 | Rating: 0 | rate:
| |
|
5850 is double precision. | |
| ID: 53098 | Rating: 0 | rate:
| |
The 58xx series does have double precision, it is the 68xx series that does not have it. We are still waiting to see what happens with the 78xx series. ____________ | |
| ID: 53099 | Rating: 0 | rate:
| |
|
My ATI 4850 is not processing the new work units. In an attempt to make the suggested upgrade, my 4850 is now not even processing the Collatz projects that it was processing fine. My machine is running an ATI 3300, 4850 and Nvidia 550. I am afraid I am returning more errors now than work. | |
| ID: 53100 | Rating: 0 | rate:
| |
|
Mark, the combination I've found that works for me with 4850's. My ATI 4850 is not processing the new work units. In an attempt to make the suggested upgrade, my 4850 is now not even processing the Collatz projects that it was processing fine. My machine is running an ATI 3300, 4850 and Nvidia 550. I am afraid I am returning more errors now than work. | |
| ID: 53102 | Rating: 0 | rate:
| |
|
Thanks - good to know for when I make the move. Does the 5850 require a higher power supply profile than the 4850?
| |
| ID: 53103 | Rating: 0 | rate:
| |
|
I know my 5830 needs 2 pci-e power connectors, but I think the 4830 only needs one. | |
| ID: 53104 | Rating: 0 | rate:
| |
|
The Guru3D 5850 review: | |
| ID: 53105 | Rating: 0 | rate:
| |
|
Right, the 4870 requires two leads, the 4850's only one. I know my 5830 needs 2 pci-e power connectors, but I think the 4830 only needs one. | |
| ID: 53106 | Rating: 0 | rate:
| |
What command would be added to the the app-info file to throttle back GPU usage? It's currently at 99% and I'd like to pull it back to 80-85%. For some reason the frequency setting in the M@H preferences is ignored. The GPU runs @ 99% no matter what the setting. I tried a target frequency in the app-info file with separation 1.02 and it caused the GPU frequency and power draw to be all over the place. Had to switch back to 0.82 to get things running smoothly again. Only thing I can figure is it must be some kind of a hardware thing on my setup. ____________ | |
| ID: 53107 | Rating: 0 | rate:
| |
I found that once I had everything set to go, I needed to just leave it alone. The WUs came in one at a time and it took a few minutes to get the next one. I had to force myself not to babysit and manually update Boinc trying to get more work every time it ran out. I let it go overnight with no other GPU projects running. By morning it was running just as before. That worked for me too, all 4 of my 5870's now have lots of work! ____________ | |
| ID: 53108 | Rating: 0 | rate:
| |
|
Results | |
| ID: 53109 | Rating: 0 | rate:
| |
|
BOINC 6.10.58 appears to be for Mac OS X. Is it safe to run in windows? | |
| ID: 53111 | Rating: 0 | rate:
| |
|
Been running 6.10.58 for a long time on Win before I switched to 6.12. | |
| ID: 53113 | Rating: 0 | rate:
| |
For some reason the frequency setting in the M@H preferences is ignored. The GPU runs @ 99% no matter what the setting. I tried a target frequency in the app-info file with separation 1.02 and it caused the GPU frequency and power draw to be all over the place. Had to switch back to 0.82 to get things running smoothly again. Only thing I can figure is it must be some kind of a hardware thing on my setup. Strange I'm running now without app_info and the default frequency of 60Hz -> GPU load 82-85%. Before I removed the app_info I was running with "--gpu-target-frequency 40". I left it in when I switched from 0.82 to 1.00. According to the results it was used and run times where lower than now (with 60Hz). Maybe the varying GPUs react differently to the setting. Edit: A quick test changing the web preferences to 40Hz: result The setting change was recognized by the app -> GPU load 90-91%. ____________ Starfire | |
| ID: 53114 | Rating: 0 | rate:
| |
|
Thanks, I'll give it a try. | |
| ID: 53116 | Rating: 0 | rate:
| |
|
Why is your CPU load so low? I'm leaving one logical core free on my i7 and that nails GPU utilization at 99%. Otherwise performance suffered too much for my taste (0.82). | |
| ID: 53118 | Rating: 0 | rate:
| |
|
Ok, it has been a long road switching from mw v0.82 with cat 11.3 to mw v1.02 with cat 12.1. Done several tests on the way. | |
| ID: 53123 | Rating: 0 | rate:
| |
|
Along these lines: I discovered that while futzing around with Catalyst and boinc 7.08 that my online boinc account thinks I have 40 wu's in progress that I don't have in boinc manager. Pretty sure that's why I'm not getting wu's. Any solution besides waiting till 2/23 for the units to time out? | |
| ID: 53161 | Rating: 0 | rate:
| |
Along these lines: I discovered that while futzing around with Catalyst and boinc 7.08 that my online boinc account thinks I have 40 wu's in progress that I don't have in boinc manager. Pretty sure that's why I'm not getting wu's. Any solution besides waiting till 2/23 for the units to time out? Detach and reattach would be the quickest method. ____________ | |
| ID: 53167 | Rating: 0 | rate:
| |
|
My error rate is down to ~0.1% from a starting value of 0.7 - 0.8%. The occasional validate errors from empty / truncated stderr should stop Edit: using the same command line parameters as with 0.82 I'm still seeing the same crunching speed as reported above. MrS ____________ Scanning for our furry friends since Jan 2002 | |
| ID: 53172 | Rating: 0 | rate:
| |
I've updated all of the separation applications to 1.00. For changes people might care about, Well Ok I see someone else has gone all Beta or maybe that should be Alpha, I'm getting 97-98% cpu use(295) and about 78%(285) while doing a gpu app. Help. I run Windows 7 x64b sp2 w/16GB ram, My driver is 275.50 x64(If I use an older gpu driver then Boinc doesn't see any usable gpu cards, 280.xx produce reboot bsods and that leaves 290.53, 291.51 causes problems someone said over at S@H and it's been reported to Nvidia), I have a GTX285 and a GTX295 in this PC and no other PCs. I use Boinc 6.10.58 x64. Frequency is set at 120, tried 60 that didn't seem to help or am I missing something? Maximum CPU % for graphics 0 ... 100: 0 ____________ 12/21/2012? Bah Humbug! | |
| ID: 53343 | Rating: 0 | rate:
| |
|
[quoteWell Ok I see someone else has gone all Beta or maybe that should be Alpha, I'm getting 97-98% cpu use(295) and about 78%(285) while doing a gpu app.[/quote]It's yet another Nvidia driver problem introduced in 270.something | |
| ID: 53346 | Rating: 0 | rate:
| |
Well Ok I see someone else has gone all Beta or maybe that should be Alpha, I'm getting 97-98% cpu use(295) and about 78%(285) while doing a gpu app.It's yet another Nvidia driver problem introduced in 270.something Sorry, but My experience with Open CL is all beta so far, so 27x.xx is a problem, would 290.53 do better? I won't touch 28x.xx as that only gave Me reboot Bsods. I've tried 266.58 with Boinc not seeing any cards. An AP Nvidia app over at S@H is only usable with 266.58 or earlier and using It with 27x.xx or newer caused driver crashes as It was only certified to with pre 27x.xx drivers so far and it's an Open CL app too. Otherwise CAL is all that will work for Me and I think You've possibly abandoned that, unless I'm wrong on that, Open CL seems to have some teething problems and the latest 295.51 beta driver is not good as it seems to have some serious problems I've read, I think Arky can confirm this. ____________ 12/21/2012? Bah Humbug! | |
| ID: 53348 | Rating: 0 | rate:
| |
|
I haven't tried 290 anything yet | |
| ID: 53349 | Rating: 0 | rate:
| |
|
Running 2 at a time on both cards with 290.53, I averaged around 790 seconds or so. | |
| ID: 53350 | Rating: 0 | rate:
| |
Running 2 at a time on both cards with 290.53, I averaged around 790 seconds or so. When I get My GTX460 2win card, or maybe I'll go to 290.53 later on as it's on the hdd here(before the card gets here), I'm moving away from pre fermi chips, I have one more GTX460 to win today, It's a PNY card w/1GB and It's a reference board, which means unlike the 2win card, the PNY can be water cooled, aquacomputers said if there was enough demand for a water block they'd make one for the EVGA GTX460 2win card. ____________ 12/21/2012? Bah Humbug! | |
| ID: 53351 | Rating: 0 | rate:
| |
|
Update: error rate down to 0 out of 3350+ with the new app. Yay! | |
| ID: 53371 | Rating: 0 | rate:
| |
I've updated all of the separation applications to 1.00. For changes people might care about, Apparently no AVX with Bulldozer and Windows 8 Developer Preview x64. Anyone using an Intel CPU w/ Windows 8 Dev. Preview x64 or a Bulldozer w/ Windows 8 Consumer Preview x64? Is AVX used then? I compared my PC with two of the top 20 computers, all three currently running MilkyWay@Home v1.02 (opencl_amd_ati): My PC #447441, AMD FX-8120, Windows 8 DP x64, BOINC 7.0.25 (x64), AMD Radeon HD 79x0 series (Tahiti) (3072MB) driver: 1.4.1720 -> Using SSE4.1 path #365115, Intel i7-3960X, Windows 7 Prof. x64 SP1, BOINC 7.0.27 (x64), [4] AMD Radeon HD 6900 series (Cayman) (2048MB) driver: 1.4.1720 -> Using AVX path #340810, AMD FX-8120, Windows 7 Home Premium x64 SP1, BOINC 6.12.34 (x64), [4] AMD Radeon HD 6900 series (Cayman) (2048MB) driver: 1.4.1607 -> Using AVX path Regards | |
| ID: 54473 | Rating: 0 | rate:
| |
|
computation error 5/31/12 9:43.21 through 5/31/12 11;14/38 | |
| ID: 54474 | Rating: 0 | rate:
| |
Message boards :
News :
Separation updated to 1.00