how to add flags in the linux smp

Soldato
Joined
31 May 2006
Posts
7,564
Location
West London
I've no idea - Uncle, Billy, SB your help please on the following :D

1) How to add the -oneunit flag to stop any more Wu's being downloaded. And if it can be used while Fah is running.

2) confirmation on using the -configonly script below. And is this the best way to change your user name

cd ~/foldingathome
./folding stop

cd ~/foldingathome/CPU1
./FAH504-Linux.exe -configonly (change this to be whatever your console client is called.)

Set user name to xxxx

cd ~/foldingathome
./folding start

3) what happen if I change user name halfway through a beta Linux smp WU?

4) If your running Fah as a service in Ubuntu how do you add the perminant flags that I used with ./FaH

echo "./fah5 -local -verbosity 9" > FaH
chmod +x FaH

is it via the gedit ~/foldingathome/fah_config route

5) if there an FAQ with this information in it. and don't say wiki (it's finstall for beginners is not noobie friendly) or is the 100% error free approach alway to delete and reinstall (works for me :D )
 
1. Insert the flag between the "" in the fah_config file in the foldingathome folder.
 
Yeah, that's similar to what I did to enable -oneunit:

cd foldingathome
./folding stop

Then I navigated to CPU1 and edited the FaH shellscript, adding -oneunit next to verbosity 9.

Then:

./folding start
 
Do as cob says and stick it in the Fah_config file. ALL the clients will look at this so very handy if you have more than one client on your Linux install.
 
Back
Top Bottom