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: 18
Posts: 18   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 3220 times and has 17 replies Next Thread
Aurum
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2370
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Heat Wave Season

My town has started its second heat wave already. Someone at GPUGrid showed me a way to save about 30% on electricity without sacrificing any noticeable performance by reducing default 250 Watt upper limit to 160 Watt and increasing the clock speeds to compensate. Here's how for Linux Mint. Create an executable script and put it in Startup Applications so it'll run on boot up.
BOINC_PL.sh:
#!/bin/bash
/usr/bin/nvidia-smi -pm 1
/usr/bin/nvidia-smi -acp UNRESTRICTED
/usr/bin/nvidia-smi -i 0 -pl 160
/usr/bin/nvidia-settings -a "[gpu:0]/GPUPowerMizerMode=1"
/usr/bin/nvidia-settings -a "[gpu:0]/GPUMemoryTransferRateOffset[3]=400" -a "[gpu:0]/GPUGraphicsClockOffset[3]=100"
/usr/bin/nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=75" -a "[fan:1]/GPUTargetFanSpeed=75"
That's for a single GPU. If more than one GPU expand it like so:
#!/bin/bash
/usr/bin/nvidia-smi -pm 1
/usr/bin/nvidia-smi -acp UNRESTRICTED
/usr/bin/nvidia-smi -i 0 -pl 160
/usr/bin/nvidia-settings -a "[gpu:0]/GPUPowerMizerMode=1"
/usr/bin/nvidia-settings -a "[gpu:1]/GPUPowerMizerMode=1"
/usr/bin/nvidia-settings -a "[gpu:0]/GPUMemoryTransferRateOffset[3]=400" -a "[gpu:0]/GPUGraphicsClockOffset[3]=100"
/usr/bin/nvidia-settings -a "[gpu:1]/GPUMemoryTransferRateOffset[3]=400" -a "[gpu:1]/GPUGraphicsClockOffset[3]=100"
/usr/bin/nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=85" -a "[fan:1]/GPUTargetFanSpeed=75"
/usr/bin/nvidia-settings -a "[gpu:1]/GPUFanControlState=1" -a "[fan:2]/GPUTargetFanSpeed=75" -a "[fan:3]/GPUTargetFanSpeed=85"
Use [3] for Pascal (e.g. GTX 1080) and [4] for Turing (e.g. RTX 2080).
Then make the script executable:
sudo chmod +x BOINC_PL.sh
Then run coolbits once the first time to enable it:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
You can look in the config and scroll down to make sure it took:
sudo xed /etc/X11/xorg.conf
There should be a Section that looks like this:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AllowEmptyInitialConfiguration" "True"
Option "Coolbits" "28"
SubSection "Display"
Depth 24
EndSubSection
EndSection
If you find a more energy efficient set of parameters please share.
----------------------------------------

...KRI please cancel all shadow-banning
[Jun 20, 2020 2:35:44 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Aurum
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2370
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Heat Wave Season

Looks like adri has put this in a script: https://a3a3.home.xs4all.nl/improve_GPU-efficiency.sh
----------------------------------------

...KRI please cancel all shadow-banning
[Aug 23, 2020 5:18:19 PM]   Link   Report threatening or abusive post: please login first  Go to top 
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 1982
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Heat Wave Season

Indeed, Aurum420, your observation is correct. cool It's free to use.
[Aug 24, 2020 11:41:56 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Aurum
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2370
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Heat Wave Season

adri, I'm watching season 3 of The Bridge aka bron aka broen with Sofia Helin and I'm really enjoying it. They made an American version at the El Paso-Mexico border crossing and also a British version The Tunnel but neither are any where near as good as the Danish-Swedish original.
----------------------------------------

...KRI please cancel all shadow-banning
[Aug 25, 2020 3:34:04 AM]   Link   Report threatening or abusive post: please login first  Go to top 
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 1982
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Heat Wave Season

'bron' is a Dutch word, meaning 'source'.
'waterbron' is also Dutch, meaning 'spring' or 'well'.
'tunnel' is also a Dutch word, meaning 'tunnel'. :-)
'spring' is a Dutch word, too, meaning 'jump', that's why "spring is in the air" sounds funny in Dutch (misinterpreted as "let's jump in the air").

The capitol of The Netherlands is Amsterdam; Denmark's capitol is Copenhagen.
On https://en.wikipedia.org/wiki/Denmark%E2%80%93Netherlands_relations,
to the right there is an image of the two countries on the map of Europe,
The Netherlands is the orange coloured country, while the green one is Denmark (with Greenland).
[Aug 25, 2020 9:53:57 AM]   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: Heat Wave Season

I don't know why Americans so easily seem to confuse the Netherlands and Denmark.
thinking
The Swedes call the bridge between Sweden and Denmark Öresundsbron
- 'bron' meaning 'the bridge'.
In Denmark we call it 'Øresundsbroen'
- 'broen' meaning the bridge.
As the series you're watching, Aurum420, is a Swedish/Danish one,
it's called 'Bron/Broen', and this pretty bridge is indeed crossed several times ...
idea In exchange for all this information/education, Base Camp would love you to join
Sawyer's Cancer Fighting Network
for about a week or two, please
tongue

[Aug 25, 2020 10:25:54 AM]   Link   Report threatening or abusive post: please login first  Go to top 
SNURK
Veteran Cruncher
The Netherlands
Joined: Nov 26, 2007
Post Count: 1217
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Heat Wave Season

And only when crossing this bridge yourself you experience how immensely BIG it is! shock
----------------------------------------
[Aug 25, 2020 10:59:45 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Sgt.Joe
Ace Cruncher
USA
Joined: Jul 4, 2006
Post Count: 7231
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Heat Wave Season

I don't know why Americans so easily seem to confuse the Netherlands and Denmark.

It is not fair to paint all Americans with the same brush, although there are plenty of Americans who are not shy in displaying their ignorance. I can see that on an almost daily basis.
Cheers
----------------------------------------
Sgt. Joe
*Minnesota Crunchers*
[Aug 25, 2020 1:50:50 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Aurum
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2370
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Heat Wave Season

I don't know why Americans so easily seem to confuse the Netherlands and Denmark. thinking
Didn't the Viking Danes go to Holland to get their tulip fix???
As the series you're watching, Aurum420, is a Swedish/Danish one,
it's called 'Bron/Broen', and this pretty bridge is indeed crossed several times ...
idea In exchange for all this information/education, Base Camp would love you to join
Sawyer's Cancer Fighting Network
for about a week or two, please tongue
But I'm a team captain so wouldn't I have to resign to switch???
As an aside, with all this GDPR talk lately I sure wish I could hide or delete my "Team History and Statistics."
----------------------------------------

...KRI please cancel all shadow-banning
[Aug 25, 2020 1:50:54 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 18   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread