4

This might seem weird, but I'm interesting in creating an electric heater out of my computer, that is program an application, that heats up my PC, and I need some help.

I currently made an application, that runs infinite loops on the GPU (using a little shader), and on the CPU cores, however I'm interesting in getting the ram going too, as well as the several output ports, so.. About the ram heating, just allocate, and start randomly accessing and writing using all 8 cores?

And what about triggering CD-ROM, floppy etc, how do I do this?

ergosys
  • 47,835
  • 5
  • 49
  • 70
  • 8
    You're trying to write a virus that does this to its host systems, aren't you? – Jonathan Grynspan Oct 18 '10 at 15:19
  • 4
    I have a much more effective implementation for this, based on a canister of Kerosene and a box of matches – Pekka Oct 18 '10 at 15:19
  • 2
    +1 for the weirdest program I've seen yet. – Matt Phillips Oct 18 '10 at 15:19
  • 1
    I'll go with Pekka's idea, it'll also be OS-independent, portable and still be able to work on power failures. – Select0r Oct 18 '10 at 15:21
  • 2
    @Pekka: Unfortunately, that is a run-once implementation :( If your apartment is cold two nights in a row, you're out of luck on the second night. – FrustratedWithFormsDesigner Oct 18 '10 at 15:22
  • 3
    @controlfreak123: See a [weirder one](http://stackoverflow.com/questions/2168783/a-program-to-repel-mosquitoes) then. – GSerg Oct 18 '10 at 15:23
  • I don't know that CD and floppy will generate much heat (unless you have media in the drives - then you just read the same file from it over and over maybe?), but if you could get the hard drive spinning, that might warm it up a bit. – FrustratedWithFormsDesigner Oct 18 '10 at 15:23
  • @controlfreak123: actually, I have used my laptop for heating during several lectures where the lecturer seems to love setting the air conditioner to a killing chills. – Lie Ryan Oct 18 '10 at 15:36

4 Answers4

6

How about heater with a purpose? Just run World Community Grid, create tons of heat while making your computer do valuable computations for science. It runs the processors wide open, is stable, and isn't just wasting cycles.

bpeterson76
  • 12,918
  • 5
  • 49
  • 82
2

Use Furmark together with LinX/Prime95. Max out your settings. Make sure you have a strong enough PSU.

leppie
  • 115,091
  • 17
  • 196
  • 297
2

Have a look at How to stress test a computer If your interested in making your own try searching for open source stress test software that you could modify to your liking.

Matt Phillips
  • 11,249
  • 10
  • 46
  • 71
1

There`s a torture test option for CPU & RAM in Prime95 that looks like what you want. As for the GPU, there is Furmark which achieves the same kind of stress.

The heat from the other components will likely be not relevant (unless you have something really specific like a physx card) if you stress enough your cpu and gpu imho.

Matthieu
  • 4,605
  • 4
  • 40
  • 60