Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a heater application

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?

like image 346
Emil Madsen Avatar asked Dec 21 '22 22:12

Emil Madsen


2 Answers

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.

like image 41
Matt Phillips Avatar answered Jan 05 '23 18:01

Matt Phillips


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.

like image 180
bpeterson76 Avatar answered Jan 05 '23 18:01

bpeterson76