Message boards :
Number crunching :
Disable CPU-tasks
Message board moderation
| Author | Message |
|---|---|
|
Send message Joined: 12 Jan 10 Posts: 4 Credit: 2,006,931 RAC: 0 |
I'm using Boinc to let my HD5970 do some crunching. The CPU is crunching on the Muon-project from Stephen Brooks. The problem is that Boinc spawns 8 children of the MW-CPU app, but as the CPU is utilized already, they do not make much progress and only eat memory. How to disable the CPU completely (besides the GPU supporting tasks) and let only the GPU work ? |
banditwolfSend message Joined: 12 Nov 07 Posts: 2425 Credit: 524,164 RAC: 0 |
To turn the cpu crunching off: My Account->MilkyWay@home preferences->uncheck CPU. It will still use a small portion to run the GPU tasks. Doesn't expecting the unexpected make the unexpected the expected? If it makes sense, DON'T do it. |
|
Send message Joined: 12 Jan 10 Posts: 4 Credit: 2,006,931 RAC: 0 |
Aaaah! Who would think one has to configure his computer via the web browser ;-) Thanks! Now the client is also not waiting for the CPU tasks to finish before requesting new WUs. |
David Glogau*Send message Joined: 12 Aug 09 Posts: 172 Credit: 645,240,165 RAC: 0 |
You are, in fact, not configuring your computer via the web browser. What you are doing is telling the server not to send you CPU tasks to crunch. It all seems quite logical to me. |
|
Send message Joined: 12 Jan 10 Posts: 4 Credit: 2,006,931 RAC: 0 |
Ah the tasks are different as well. I see. Another problem: when windows 7 uses some Areo fades etc. my mouse is very slow (delayed) and also these fades are not smooth at all. With Folding @ Home I did not have these problems. I also had to set the following env vars: CAL_NO_FLUSH=1 BROOK_YIELD=2 FLUSH_INTERVAL=128 CAL_PRE_FLUSH=1 http://jiggmin.com/forum/showthread.php?t=36514 wrote:
Are there any of these settings for MW? Because I do not accept the way MW uses the GPU now, but I do want to be crunching while using the desktop for surfing and some other light 2D stuff. Thanks in advance! |
|
Send message Joined: 19 Feb 09 Posts: 32 Credit: 32,843,308 RAC: 0 |
There are ways to adjust the behavior of the ATI application (developed by Cluster Physik) used here. They're however not trivial. They're several command line parameters you can adjust to configure the GPU utilization. Basically you need to use something called anonymous platform. This however means that you've to set up everything manual, e.g. if the project releases a new application you've to download it manually and edit the configuration file to enable it. That means you need to monitor the project to find out when changes are necessary. If you just want to set and forget I would strongly advise against it. If you still want to continue: 1) Download Cluster Physiks application package here 2) Unzip it to a temporary location 3) read the included readme.txt 4) Quit BOINC 5) Copy everything from the Win64_Ati-subfolder to your milkyway directory (probably C:\ProgramData\BOINC\projects\milkyway.cs.rpi.edu_milkyway) 6) edit the app_info.xml file to set your options. As a starting point the content of mine: <app_info>
<app>
<name>milkyway</name>
<user_friendly_name>Milkyway@Home</user_friendly_name>
</app>
<file_info>
<name>astronomy_0.20b_ATI_x64_ati.exe</name>
<executable/>
</file_info>
<file_info>
<name>brook64.dll</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway</app_name>
<version_num>21</version_num>
<flops>1.0e11</flops>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>1</max_ncpus>
<coproc>
<type>ATI</type>
<count>1</count>
</coproc>
<plan_class>ati13ati</plan_class>
<cmdline>w1.3</cmdline>
<file_ref>
<file_name>astronomy_0.20b_ATI_x64_ati.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>brook64.dll</file_name>
</file_ref>
</app_version>
</app_info>This is the part you need no change to keep the system more responsive. Your system should become more responsive when you raise the value (standard is: w1.0): <cmdline>w1.3</cmdline> Everytime you want to change the value you have to stop BOINC, change it and start BOINC again. 7) Start BOINC Starfire
|
|
Send message Joined: 12 Jan 10 Posts: 4 Credit: 2,006,931 RAC: 0 |
Thanks a lot for this clear explanation and not referring me to the search! I did search the forum and found some posts about this xml, but I could not find it on my system ;-) Now I know why ;-) I will experiment with this. Isn't it better to include this setting with the Boinc Manager or so? So i need to create an anon. platform. But does this also mean that the stats and points are not accredited to my account? |
arkaynSend message Joined: 14 Feb 09 Posts: 999 Credit: 74,932,619 RAC: 0 |
No, they are still credited to you. It is just listed as anonymous because of the app_info.xml file. If the server know what app you are running it says so, if it does not it lists it as anonymous.
|
©2026 Astroinformatics Group