You are not logged in.
Pages: 1
I have just finished assembling a new computer. In fact, it is the first one which I put together. I am looking for recommendations on a cpu burn-in program. There doesn't appear to be one in AUR or the standard repositories.
Sweet, now I can play with myself.
Offline
I have just finished assembling a new computer. In fact, it is the first one which I put together. I am looking for recommendations on a cpu burn-in program. There doesn't appear to be one in AUR or the standard repositories.
I'm not really sure what you mean? Are you looking for benchmarks?
Offline
I think he's talking about programming the CPU....
Offline
actually, i think he's talking about a program to heat up the cpu. i've read about some voodoo that says if you run your cpu very hot for a long while, it will run faster.
it reminds me too much about the hocus-pocus "audiophiles" out there.
Offline
actually, i think he's talking about a program to heat up the cpu. i've read about some voodoo that says if you run your cpu very hot for a long while, it will run faster.
Hmmm if that's the case
#!/bin/bash
while true; do
dmesg > /dev/null
done
that should loop sufficiently fast enough, and do enough operations to shoot CPU usage to 90-100%
Just do "sleep 600 && killall oddscript" so it runs for 10 minutes....
Offline
paranoos wrote:actually, i think he's talking about a program to heat up the cpu. i've read about some voodoo that says if you run your cpu very hot for a long while, it will run faster.
Hmmm if that's the case
#!/bin/bash while true; do dmesg > /dev/null done
that should loop sufficiently fast enough, and do enough operations to shoot CPU usage to 90-100%
Just do "sleep 600 && killall oddscript" so it runs for 10 minutes....
ahahahah! 8)
Offline
You could always install foldingathome and do something useful with all those cpu cycles
Offline
I think he wants to test and see if everything is alright by putting the system under load. As someone else said, a distributed computing program or game should work just fine.
Offline
You could check this one out as well: CPU Burn-in
Ailen:
Kernel: Linux 2.6.14-rc4-ck1 #1 PREEMPT
Built on: Mon Oct 17 14:51:37 CEST 2005
Hardware: Mobile AMD Sempron(tm) Processor 2800+ AuthenticAMD
WM: E17 snapshot 20051016
Offline
Pages: 1