View Single Post
Old September 29th, 2009, 12:04 AM     #4 (permalink)
KarmaKiller
\m/(°-°)\m/
 
KarmaKiller's Avatar
 
Join Date: Feb 2007
Location: In my room
Posts: 12,765
Blog Entries: 5
Send a message via MSN to KarmaKiller Send a message via Yahoo to KarmaKiller
Quote:
Originally Posted by Sky King View Post

When you install folding, all it does is place two executables in the folder you install into: fah6 and mpich. There really is no extension (like EXE) in linux. Files are files, and any file that can "run" will have the execute attribute set in its properties.

I have a folder called "folding" that the 2 files ended up in after install. It is located in my default user profile or "home" folder, which is where you end up by default when you open a terminal session or file browser.

So, I open a terminal window. (In the applications menu under accessories). This opens with a command prompt (not unlike DOS or CMD in windows) with you sitting in your home directory. So step one, I go to the folding folder:

> cd /folding

Then I execute the folder:

> ./fah6 -smp -forceasm -verbosity 9

If you just want to set the configs the first time, you go

> ./fah6 -smp -configonly

If you want to configure it the first time and then just start running:

> ./fah6 -smp -forceasm -verbosity 9 -config

It creates the work files, the queues, etc. by itself.

One note... on linux, the A2 core does not clean up after itself correctly and thus each WU leaves 2 files behind. Once 9 pairs of these files stack up (9 WUs) you have hanging problems, so every few days I go in and manually delete the 2 stranded files per WU.

To share the folding folder so that FAHspy can see it, right click on it and select sharing and select the options you want. If SAMBA isn't running, it downloads it, installs it, and sets it to autostart for you all with one click. Sweet. But at first it didn't work. It tursn out that FAHspy must be able to see your config file, and for some reason I had to manually set the share permissions on that one file manually, who knows. But once set you can use fahMON or FAHspy to monitor just like any Windows box.

__________________
Folding for Team TechIMO!
|
Q6600@4ghz| Team Stats|
My RIG
KarmaKiller is offline   Reply With Quote