Ultimate Guide To Folding@home

Ive joined and now working under the name TRshady :)

Proud to be able to help ... though I really dont see how this works ...

Have a 1.5ghz comp running ..... 24/7 :D
 
Damn.
My computer goes down for a few days for service and look what happens...bushwhacked!

Time to get serious again.
No more Mr. Nice Guy.

BTW, congratulations Team...we've broken into the top 1000.
Didn't really take all that long either...where'd we start, like 6000something wasn't it?
 
im going away tomorrow till friday, so i may be folding a little less, i'll have my laptop with me, and no internet access. so ive got a bunch of the deadline less f@h WU in a batch, to keep it going. and another machine may be off too, so i may be don to one machine, so no overtaking while im away. :D
 
I have read over most of the stuff on F@H that I could find on here. This is what i put in to target line after the rest of the stuff
"C:\Program Files\Folding@Home\winfah.exe" -advmethods -forceSSE
 
Originally posted by TRshady@30 January 2004 - 01:32
I'll make a KLF forum sig as a supporters banner type thing tomorrow which people can feel free to use.

By the way, can you explain gromacs? ..

I installed the installer linked to in the first thread, set username and left running ... now it shows:

17/400 ..... 4%

Am I doing everything right or is there more to it?
go to the second page there is a guide on it :D ;)
 
oh and about the sig/banner i was looking for something that was done with photoshop and not with xara 3d B)

but thnx again for the sig :D
 
You've only got one processor, but some parts of it are duplicated. These are the simpler components which don't produce much heat, such as the main instruction path, the arithmetic unit etc.

It has to report that it has 2 processors so that windows can schedule it to execute 2 tasks simultaneously. That effectively means that with two tasks which for the most part only use the duplicated parts you can get more performance out of the chip.

Unfortunately F@H mainly uses parts which aren't duplicated - the MME stuff and the FPU. These are complex units and produce large amounts of heat, which is why they aren't duplicated. So although you could have 2 copies of the program scheduled to run, in practice they would be waiting for the shared resources to be free.

There's even a down side to HT when you want to run another program, even with only one copy running. Windows sees that it has a spare "processor" which can run your prog, it doesn't know about the shared resources. So windows schedules your prog and doesn't bother interrupting the other FPU/MME intensive prog. If your prog uses the duplicated parts there's no problem, but if it uses the shared parts then it runs like a dog.

Nice one Intel - how to slow down our systems by not thinking out the problem. Nothing new there then. :dry:
 
Back
Top