Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 8
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 2290 times and has 7 replies Next Thread
Kinwolf
Cruncher
Joined: Feb 22, 2011
Post Count: 11
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Dynamic BOINC preferences depending on what is running, possible?

Hi,
Pretty sure the answer is No, but I was wondering if it's possible to tell WCG(boinc client) to use 75% of the CPU when not doing GPU, and to lower to 50% CPU when there are GPU works running. The reason is that when GPU works is running + 75 % of the CPU, the temp rises over 90 Celsius for the CPU, and it throttle back the speed so much it's actually more efficient to use one less core(and the temp goes back to a safer 78 Celsius)
[May 14, 2021 1:36:25 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dynamic BOINC preferences depending on what is running, possible?

Are you on a laptop or desktop because my laptop goes between 62 Celsius and 65 Celsius but i am using a cooling fan.I just checked and now its between 59 and 60C
----------------------------------------
[Edit 1 times, last edit by Former Member at May 14, 2021 1:47:19 PM]
[May 14, 2021 1:43:43 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Kinwolf
Cruncher
Joined: Feb 22, 2011
Post Count: 11
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Dynamic BOINC preferences depending on what is running, possible?

A Dell Desktop, but it has a crappy ventilation design. I even replaced the main casing fan with a bigger one, which helped a bit, but not enough.
[May 14, 2021 2:18:34 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Crystal Pellet
Veteran Cruncher
Joined: May 21, 2008
Post Count: 1322
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Dynamic BOINC preferences depending on what is running, possible?

Maybe useful: TThrottle
[May 14, 2021 2:52:34 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Jorlin
Advanced Cruncher
Deutschland
Joined: Jan 22, 2020
Post Count: 89
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Dynamic BOINC preferences depending on what is running, possible?

Create a file named app_config.xml in the WCG project folder.
Open it with a text editor and put in the following.


<app>
<name>opng</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>1</cpu_usage>
</gpu_versions>
</app>


This tells Boinc that the GPU task needs one GPU and one CPU core to run.
If you have a quad core CPU, this will take one CPU core away if a GPU task is running.
Never tested if you can set it higher than one (if there are more than four cores available).
----------------------------------------

[May 14, 2021 2:55:24 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Keith Myers
Senior Cruncher
USA
Joined: Apr 6, 2021
Post Count: 193
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Dynamic BOINC preferences depending on what is running, possible?

BOINC only respects and recognizes integer values for enumerating how many cores to use.

0.9 for example is interpreted as 0 cores.
1.0 is interpreted as 1 core.
1.3 cores is interpreted as 1 core.
2.2 cores is interpreted as 2 cores.
----------------------------------------

A proud member of the OFA (Old Farts Association)
[May 14, 2021 5:06:33 PM]   Link   Report threatening or abusive post: please login first  Go to top 
BobbyB
Veteran Cruncher
Canada
Joined: Apr 25, 2020
Post Count: 609
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Dynamic BOINC preferences depending on what is running, possible?

A bit off topic to Robert Coplin.

I presume you mean the type of fan the laptop will sit on. So by how much does it reduce the temperature.
62-65 C would sound good to me.
I have an older HP and it's doing 78-80 C after I reduced CPU to 90%
----------------------------------------
[Edit 1 times, last edit by BobbyB at May 14, 2021 5:10:54 PM]
[May 14, 2021 5:10:07 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Kinwolf
Cruncher
Joined: Feb 22, 2011
Post Count: 11
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Dynamic BOINC preferences depending on what is running, possible?

Interesting. I will try both TThrottle and the app_config and see what work or not. Thanks :)
[May 15, 2021 1:00:19 AM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread