PDA

View Full Version : Folding on a Dual Processor Mac




invaLPsion
Aug 18, 2004, 10:13 PM
I know that you can do two proteins at once but I need step by step directions on how to do it and keep both processors folding. (The directions @Folding@Home are confusing)



bousozoku
Aug 18, 2004, 10:26 PM
It can be as simple as running some code (one for each processor in separate folders) in a shell script, such as:


./fah4 -local -advmethods -forceasm


but I keep a Terminal window open while that's running. There is also the matter of having the local work folder inside the folder which holds the code. If you want it to run invisibly, there is much more to it.

DrBoar
Aug 19, 2004, 06:11 AM
1. Create two folders containing the CLI version of Fold at home

2. Open the terminal and type CDspace "cd "

3. Drag one of the folders to the terminal and then do a return in the terminal. the line in the terminal should read something like
"cd /Users/yourname/Desktop/Folder1"

4. In the terminal type "./fah4 -local" this will start the whole thing

or to be more verbose:
./fah4 tells start (./) Folding at home (fah4)
Use the preferences in the same folder as the applications ( -local)
Without the local it will use the same preferenses for both clients and that is not good at all.

5-7. Repeat for the second folder

Hope it helps