Personal computing discussed

Moderators: renee, farmpuma, just brew it!

 
just brew it!
Administrator
Topic Author
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Advanced Folding@home Options

Mon Feb 28, 2005 11:24 pm

This post summarizes the advanced options which are available to optimize the performance of the Folding@home client, and special considerations for running F@h on HyperThreaded and dual-CPU systems.

Most of these options are configured when you intially install the Folding@home client; a few must be specified on the command line which is used to launch the client, instead of being configured at installation time.

Requesting large work units

If you have a reasonably fast system (~1.5GHz or better), at least 512MB of RAM, and a broadband Internet connection, you should consider requesting large work units. Large WUs take longer to process, and occupy more RAM while they are running. But Stanford artificially inflates the point value of large WUs, so that they are worth more points per day than "normal" WUs.

To enable large WUs for the console client, answer "yes" when the client asks you "Allow receipt of work assignments and return of work results greater than 5MB in size?"

To enable large WUs for the graphical client, check the "Allow receipt of work assignments and return of work results greater than 5MB in size" check box on the Connection tab of the Folding@home setup screen.

If your system seems to become sluggish and "laggy" after enabling large WUs, this is probably due to increased pagefile activity from the additional RAM used by the large WUs. To fix this, you will either need to disable large WUs, or add 256MB of RAM to your system.

Forcing assembly optimizations

Under most circumstances, the F@h client will automatically detect whether your CPU supports 3DNow! or SSE optimizations, and enable them accordingly. However, there are a few situations where the automatic detection may not work properly -- some older AMD Athlon/Duron CPUs incorrectly default to no optimizations; furthermore, if the client is killed and restarted unexpectedly (e.g. system is turned off without cleanly shutting down the F@h client), assembly optimizations will be disabled by default for the remainder of the current WU.

You can determine whether assembly optimizations are being enabled by looking in your FAHlog.txt file, for a line like "Extra SSE boost OK" or "Extra 3DNow boost OK" whenever you start (or resume) processing of a Gromacs WU. If the "boost OK" line is present in the log, then assembly optimizations are enabled; otherwise they are not enabled.

To ensure that assembly optimizations are always used, specify the -forceasm option on the command line which is used to start the Folding@home client.

(Note: Assembly optimizations only affect Gromacs WUs. Tinker WUs do not use assembly optimizations at all.)

Requesting experimental WUs

From time to time, Stanford will make new experimental WUs available to the Folding@home community. Only people who have explicitly indicated that they would like to receive experimental WUs will receive them. To request experimental WUs, specify the -advmethods command line option.

Experimental WUs are a bit of a double-edged sword. Sometimes they are worth extra points (e.g. the "large WUs" were available a couple of weeks early, to people who were running with the -advmethods option). But you can also receive WUs that haven't been completely debugged, and which may hang or crash out before the WU is complete. (In any case, overall system stability should not be affected... it is only the stability of the Folding@home client that can suffer, when running with -advmethods.)

Specifying command line options

To specify command line options for the graphical or console client, you need to add them to the shortcut which is used to launch the F@h client. Edit the properties of the shortcut, and add the option(s) you want to the "Target" line. Make sure you separate the options from the program name (and from each other, if you specify multiple options) with spaces.

Image
Shortcut with -forceasm option

If you are running as a service, specifying command line options is a bit more involved. In order to add command line options for a service, you will need to edit the registry after the service is installed. WARNING!! Misuse of the Windows Registry Editor tool can result in serious damage to your Windows installation, up to and including preventing the system from booting. If you damage the registry, you may need to reinstall Windows to get the system working again. You have been warned!

To run the Registry Editor, click Start->Run, type regedit in the box, and click OK. Now navigate to the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services, and find the registry key with a name that looks like FAH@x:+yyyy+FAH500-Console (x will be the drive letter where you installed F@h, and yyyy will be the name of the directory you installed it in). Underneath this registry key, there will be a registry value named ImagePath. Edit the ImagePath value (double-click it), and append any desired options to the end.

Image
Command line options in the registry for F@h running as a service (Note: this screenshot was taken on a dually system, that's why there are two F@h registry keys listed in the left pane)

Special issues for dual-CPU systems

If your system has dual CPUs, you may want to run multiple copies of the F@h client, to maximize your throughput. A few considerations:

- You must use the console client (optionally running as a service). The graphical and screensaver clients cannot take advantage of dual CPUs.

- You must install two copies of the client in separate directories, and configure each copy individually.

- Each copy must be assigned a different Machine ID. During client setup, answer "yes" when it asks you if you want to change advanced options. When prompted for Machine ID, enter 1 for the first client, and 2 for the 2nd client.

- If you are enabling large WUs on a dually system, make sure you've got an additional 512MB of RAM above and beyond what you need for your foreground apps. Running 2 copies of the client with large WUs enabled can potentially chew up quite a bit of RAM, resulting in pagefile thrashing if you haven't got a lot of RAM to spare.

- Note that running 2 copies of the client on a HyperThreaded system does not double your throughput, even though the Windows Task Manager will appear to show your CPU usage jumping from 50% to 100%. The actual increase in point production is more like 10-20%, and in some cases may actually be detrimental to Stanford's science efforts (see Steel's link below). This seemingly illogical state of affairs is due to the fact that Windows does not accurately report CPU usage on HT systems when multiple CPU-intensive processes are running. (On a true dual CPU system, the actual throghput will in fact nearly double, and running two copies is a clear win if you have two real CPUs.)
Last edited by just brew it! on Mon Feb 28, 2005 11:53 pm, edited 4 times in total.
Nostalgia isn't what it used to be.
 
Steel
Global Moderator
Posts: 2330
Joined: Wed Dec 26, 2001 7:00 pm

Mon Feb 28, 2005 11:30 pm

In regards to Hyperthreading, I thought I'd link this post from the Folding forum:

http://forum.folding-community.org/view ... hp?t=10427
 
just brew it!
Administrator
Topic Author
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Mon Feb 28, 2005 11:37 pm

Steel wrote:
In regards to Hyperthreading, I thought I'd link this post from the Folding forum:

http://forum.folding-community.org/view ... hp?t=10427

I've already revised it to take those considerations into account. Thanks for the link.
Nostalgia isn't what it used to be.
 
jeffry55
Grand Gerbil Poohbah
Posts: 3181
Joined: Sat Oct 30, 2004 4:38 pm
Location: Menlo Park - just down the street from the F@H Servers!
Contact:

Wed Mar 02, 2005 1:51 pm

Thanks very much for posting this information JBI. :D
Join UGN's Drive to the Top!
Image
UnitedGerbilNation wants you!!
 
newtrip
Gerbil Team Leader
Posts: 211
Joined: Fri Jan 07, 2005 4:44 pm
Location: Norman, OK
Contact:

Wed Mar 02, 2005 2:22 pm

great stuff here JBI, thanks for the 411!!!!
 
Ragnar Dan
Gerbil Elder
Posts: 5380
Joined: Sun Jan 20, 2002 7:00 pm

Wed Mar 02, 2005 2:49 pm

I'll have no problem if just brew it! wishes to delete this, since it is his thread for the purposes he indicated.

But, with all due consideration for the Stanford people, their view of how we run our own machines, especially hyperthreaded ones, is of no interest to me whatsoever. They want the WUs back faster? That's nice. We're doing them a favor. Beggars can't be choosers. If running a single client delivered the same output and thus ranking as running 2, I'd listen to them. But I'll take the extra 15% or so if I can.

P.S. I think the graphics could be a bit less wide.
 
just brew it!
Administrator
Topic Author
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Wed Mar 02, 2005 3:18 pm

Of course... it's your hardware; if you want to run 2 copies on a HT system, that's your prerogative. Stanford would certainly rather have you folding in a slightly non-optimal (for them) manner, than not folding at all; otherwise, they would detect and explicitly block the running of 2 copies on HT systems!

There may be a practical consideration, however. HT "tricks" the OS into thinking there are 2 CPUs, when there is in fact more like 1.25 CPUs. As a result, the CPU scheduler may not make optimal scheduling decisions when there are multiple CPU-intensive tasks running at the same time. In other words... running 2 copies of F@h on a HT system can have some adverse impact on performance of your foreground apps, even though F@h runs at "Idle" priority. This would not matter at all for a dedicated folding system, but may be a consideration if the system is used for other tasks.
Nostalgia isn't what it used to be.
 
idchafee
His Holy Gerbilness
Posts: 14060
Joined: Thu Sep 25, 2003 8:39 am
Location: Chicago, IL
Contact:

Wed Mar 02, 2005 3:58 pm

I have 4 or 5 HT systems in my little army here and none of them are running two instances. It just didn't seem worth it for me to have to maintain seperate images for the HT boxes for ~15% more points.
YOU CAN RUPTURE SOMEONE'S SPLEEN WITH A WATER BALLOON!!!!
 
cass
Minister of Gerbil Affairs
Posts: 2269
Joined: Mon Feb 10, 2003 9:12 am
Contact:

Wed Mar 02, 2005 11:22 pm

For some reason, all my xp machines force quotes around the target when I drop a shortcut, I just add the - options outside the quotes.

"C:\Program Files\Folding@Home\winFAH.exe" -advmethods -forceasm


It will not work in either of the two following options

C:\Program Files\Folding@Home\winFAH.exe -advmethods -forceasm


"C:\Program Files\Folding@Home\winFAH.exe -advmethods -forceasm"


Both of them give an "invalid target" error when I try to save...

Is the example above in something other than XP, or do me and my xp machines have some screws loose?
 
just brew it!
Administrator
Topic Author
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Wed Mar 02, 2005 11:25 pm

It is because there's a space in the path to the program file. Quotes tell Windows "treat this as a single file name even though there's a space in it".
Nostalgia isn't what it used to be.
 
cass
Minister of Gerbil Affairs
Posts: 2269
Joined: Mon Feb 10, 2003 9:12 am
Contact:

Wed Mar 02, 2005 11:31 pm

just brew it! wrote:
It is because there's a space in the path to the program file. Quotes tell Windows "treat this as a single file name even though there's a space in it".


probably, but since that is the default install directory that is most likely where all the graphical clients live.

I didn't know what the quotes were for, I just knew they had to be there, and the -options couldn't be inside.
 
just brew it!
Administrator
Topic Author
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Thu Mar 03, 2005 8:28 am

cass wrote:
probably, but since that is the default install directory that is most likely where all the graphical clients live.

Good point.

I'll change the screenshot of the shortcut. It doesn't hurt to have the quotes, even if there aren't spaces.
Nostalgia isn't what it used to be.
 
pwdrhnd23
Gerbil XP
Posts: 355
Joined: Wed Aug 28, 2002 12:01 pm
Location: Stoughton, WI

Mon May 23, 2005 2:13 pm

How do I set processor affinity in a service?
 
just brew it!
Administrator
Topic Author
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Mon May 23, 2005 9:27 pm

pwdrhnd23 wrote:
How do I set processor affinity in a service?

I am not aware of a way to do it with the standard Windows service tools. I don't think it buys you much anyway.
Nostalgia isn't what it used to be.
 
CampinCarl
Graphmaster Gerbil
Posts: 1363
Joined: Mon Jul 04, 2005 9:53 pm

Thu Aug 18, 2005 1:43 pm

*bump* Is there any way to run it in the backround on windows? I'm sick of looking at that dern thing on my windows bar.
Gigabyte AB350M Gaming-3 | R7 1700X | 2x8 GB Corsair Vengeance DDR4-3200 (@DDR4-2933)| Samsung 960 Evo 1TB SSD | Gigabyte GTX1080 | Win 10 Pro x86-64
 
drfish
Gerbil Elder
Posts: 5546
Joined: Wed Jan 22, 2003 7:53 pm
Location: Zeeland, MI

Thu Aug 18, 2005 1:46 pm

The console version? Yes, just tell it to run as a service when you install it. Make sure you're running 5.02 or better though... To reconfig it if it's already installed run it with the "-config" flag. :)
 
tesmar
Graphmaster Gerbil
Posts: 1075
Joined: Thu Oct 13, 2005 10:18 pm

Sat Apr 07, 2007 10:20 pm

How does the new SMP client play into using two cores?
The world is indeed full of peril. But there is much that is fair. And though in all lands love is mingled with grief, it grows the greater. J. R. R. Tolkien
 
Jon
Gerbil Elite
Posts: 980
Joined: Sat Feb 14, 2004 7:44 pm
Location: -Alberta-

Sat Apr 14, 2007 12:17 pm

I am unable to run the command line version as a service, when asked to do so I say `yes` but then it keeps the command line running, I really want these things running in the background and not on my taskbar. I`m running Vista. Whoopee that`s the problem already ;)
Image
-Playing shooters on a console is like doing brain surgery with an ice-cream scoop-
 
astrotech66
Gerbil Elite
Posts: 713
Joined: Thu Jun 17, 2004 10:48 am
Location: San Antonio, TX

Sat Apr 14, 2007 12:31 pm

Jon wrote:
I am unable to run the command line version as a service, when asked to do so I say `yes` but then it keeps the command line running, I really want these things running in the background and not on my taskbar. I`m running Vista. Whoopee that`s the problem already ;)


It should run it as a service when you reboot your system after you install it for the first time.

Reboot your computer and then check your task manager to see if the services are running and if your CPU or CPUs are running at 100%.

I have Vista and haven't noticed any differences from how it ran on Win XP.
 
Jon
Gerbil Elite
Posts: 980
Joined: Sat Feb 14, 2004 7:44 pm
Location: -Alberta-

Sat Apr 14, 2007 12:56 pm

astrotech66 wrote:
Jon wrote:
I am unable to run the command line version as a service, when asked to do so I say `yes` but then it keeps the command line running, I really want these things running in the background and not on my taskbar. I`m running Vista. Whoopee that`s the problem already ;)


It should run it as a service when you reboot your system after you install it for the first time.

Reboot your computer and then check your task manager to see if the services are running and if your CPU or CPUs are running at 100%.

I have Vista and haven't noticed any differences from how it ran on Win XP.


I rebooted and the client didn't start up. I also checked the registry to determine if it had been installed and I don't see it as JBI indicates in his post above. What else should I be looking at to fix it?
Image
-Playing shooters on a console is like doing brain surgery with an ice-cream scoop-
 
Flying Fox
Gerbil God
Posts: 25690
Joined: Mon May 24, 2004 2:19 am
Contact:

Sat Apr 14, 2007 3:00 pm

services.msc should show you which services are registered.

I usually do a -configonly to set things up and register as service, then start it from services.msc.
The Model M is not for the faint of heart. You either like them or hate them.

Gerbils unite! Fold for UnitedGerbilNation, team 2630.
 
Jon
Gerbil Elite
Posts: 980
Joined: Sat Feb 14, 2004 7:44 pm
Location: -Alberta-

Sat Apr 14, 2007 3:13 pm

Flying Fox wrote:
services.msc should show you which services are registered.

I usually do a -configonly to set things up and register as service, then start it from services.msc.


Yea it's not even listed under services.msc

I tried installing three times now. There must be something blocking it and I have a feeling it's UAC.
Image
-Playing shooters on a console is like doing brain surgery with an ice-cream scoop-
 
farmpuma
Minister of Gerbil Affairs
Posts: 2810
Joined: Mon Mar 22, 2004 12:33 am
Location: Soybean field, IN, USA, Earth .. just a bit south of John .. err .... Fart Wayne, Indiana
Contact:

Sat Apr 14, 2007 3:15 pm

Did you stop the console client before running the -configonly flag?

edit: Humm, could be UAC. Are you logging in as admin? You might need to re-enable UAC just so you can say yes.
[img]http://[/img] Image
.* * M-51 * *. .The Whirlpool Galaxy. .TV muted, X dual flying birds & a mantra, "Specter be Gone"
 
Maph
Gerbil Elite
Posts: 652
Joined: Sat Jan 22, 2005 11:31 am

Sat Apr 14, 2007 8:08 pm

i just add the necessary flag to the short cut before running it, then run it w/ admin permission. that should work in service mode. however if u are doing SMP, then the service method is not supported yet even though it asks you about it in the setup.
Image
 
Shamray
Gerbil In Training
Posts: 1
Joined: Mon Jun 20, 2011 6:36 am

Re: Advanced Folding@home Options

Mon Jun 20, 2011 6:54 am

does console client prevent the process running levitra succesfully?
Last edited by Shamray on Thu Jul 14, 2011 3:15 am, edited 1 time in total.
 
farmpuma
Minister of Gerbil Affairs
Posts: 2810
Joined: Mon Mar 22, 2004 12:33 am
Location: Soybean field, IN, USA, Earth .. just a bit south of John .. err .... Fart Wayne, Indiana
Contact:

Re: Advanced Folding@home Options

Tue Jun 21, 2011 7:09 pm

The console client should be the least likely option to have a conflict with other programs and should devote the most system resources to the folding client.
[img]http://[/img] Image
.* * M-51 * *. .The Whirlpool Galaxy. .TV muted, X dual flying birds & a mantra, "Specter be Gone"

Who is online

Users browsing this forum: No registered users and 1 guest
GZIP: On