Forums | MacLife
You are not logged in.
#1 2003-01-25 3:23 pm
More power...
Well, one of my folders will soon get a boost. I ordered a G4/500 CPU for my beige G3/266.
Just thought I would let you know. Woohoo! Fold on!

Offline
#2 2003-01-25 3:50 pm
- TonyPrevite
- Slobbering Jester
- Royal Wombat

- From: Glendale, AZ
- Registered: 2002-04-14
- Posts: 3606
- Website
Re: More power...
Putting a little heat in the Molar are we 
Offline
#3 2003-01-25 3:57 pm
Re: More power...
Actually, no. The molar is staying as is. It's performing quite well as my server (and with 90 days uptime since I moved).
The computer getting the "heat" is a G3 Desktop model that I have in my entertainment center. I use it as a DVD player, MP3 player, game system for my daughter, and of course, Folding@home.

Offline
#4 2003-01-25 8:54 pm
- Macskeeball
- Member

- Registered: 2002-02-07
- Posts: 8014
- Website
Re: More power...
More power...
ArtemisG3 = Tim Allen?
Why didn't you tell us? :?:

tech writer for hire
Offline
#5 2003-01-26 7:28 am
Re: More power...
Hey ArtemisG3,
With that G4, you'll be ready when Gromacs comes.
Bye for now,
Bert
Make Mac OS X rule. <BR>Visit <A HREF="http://<BR>www.macinstruct.com/<BR>tutorials/crash/<BR>index.html" TARGET=_blank>http://<BR>www.macinstruct.com/<BR>tutorials/crash/<BR>index.html</A>
Offline
#6 2003-01-26 11:02 am
- intaglio
- Member

- From: here and there
- Registered: 2001-08-19
- Posts: 306
Re: More power...
This thought has been haunting me since I ordered the new 12 PB; how will leaving it on 24/7, when not traveling with it, affect the battery? And what are the alternatives? Should I buy and extra battery, or can I take the battery out and still leave it plugged in? The battery time on my Indigo iBook is almost less then 2 hours since I have been leaving it running 24/7 to do folding. Thanks!
Offline
#7 2003-01-26 2:36 pm
Re: More power...
This will be my first G4 processor. I suppose it will actually fold slightly slower than my iBook 700, until Gromacs maybe.
Offline
#8 2003-01-29 11:05 pm
Re: More power...
I just got it installed. Let's see my production step up a bit.
OS X sure does run smoother now.
Offline
#9 2003-01-30 6:58 am
- DerekCarrillo
- Member
- From: London
- Registered: 2000-12-30
- Posts: 300
- Website
Re: More power...
Welcome to my bro, MikeCarrillo is in the house.
With the PC I built for him, (Mikes an Amgia geek)
Who have you got to join our team? name names
Offline
#10 2003-02-08 6:32 pm
- belloq
- Member
- Registered: 2002-12-09
- Posts: 156
Re: More power...
Well, one of my folders will soon get a boost. I ordered a G4/500 CPU for my beige G3/266.
Well, I had to stop folding on my good ol' G3/266MT as well.
But only because I dropped one uh dem recently-reduced little ol' G4/1.25 dual thingies. It sure seems a little faster...
So, could someone point me to the right place to get two units folding at once? I can run two consoles, right? (ie., no GUI) Please say 'yes'.
Offline
#11 2003-02-08 6:54 pm
Re: More power...
So, could someone point me to the right place to get two units folding at once? I can run two consoles, right? (ie., no GUI) Please say 'yes'.
Here's some instructions, courtesy of the maccentral forums. Edited to correct the new client version and team number.
The idea is that you need a folder for each instance of f@h.
For example, I created a Folding1 folder and a Folding2 folder in my Home folder.
Place a copy of the OSX-3.24 file in each folder.
Open up 2 terminal windows.
Change the directory for each window.
In window 1 paste: cd Folding1
In window 2 paste: cd Folding2
Paste the following in both windows to allow the client to run in its new folder:
chmod +x OSX-3.24
On the first run of each client make sure that you give them separate machine #s. You need to answer "Y" to the advanced options to enable this. Start each client from its own directory with the local flag like this: ./OSX-3.24 -local (the -local tag tells the client to create all the files it needs within the same folder as the core.)
This is how you do it.
In Terminal window 1 paste the following line:
./osx-3.24 -local
The following appears:
Configuring Folding@home...
User name [Anonymous]? ArtemisG3
Team Number[0]? 18
Ask before fetching/sending work [no]? no
Use proxy [no]? no
Change advanced options [no] (yes/no)? y
Core Type [no-pref] (no-pref/fah/gah)?
Core Priority (idle/low)?
Machine ID (1-4) [1]? 1
In Terminal window 2 paste the following line:
./osx-3.24 -local
The following appears:
Configuring Folding@home...
User name [Anonymous]? ArtemisG3
Team Number[0]? 18
Ask before fetching/sending work [no]? no
Use proxy [no]? no
Change advanced options [no] (yes/no)? y
Core Type [no-pref] (no-pref/fah/gah)?
Core Priority (idle/low)?
Machine ID (1-4) [1]? 2

Offline
#12 2003-02-08 9:08 pm
- belloq
- Member
- Registered: 2002-12-09
- Posts: 156
Re: More power...
Cool. Thanks AG3.
I've got them both running now in their own folders. I moved the original single WU into one of the folders, edited the client.cfg file so the MachineID would be different and were dual folding!
Only problem now is I think the two have different UserId's. That's the one item which is supposed to remain the same on a single computer, with up to 4 different machine id's.
Offline
#13 2003-02-08 9:19 pm
- belloq
- Member
- Registered: 2002-12-09
- Posts: 156
Re: More power...
Working good. Now, if I could just get the Terminal app to actually QUIT from the command line. I suppose I could write a script to find the PID of the Terminal and then kill it...
To start up Folding, I created the following in TextEdit:
Code:
cd /Users/akinsfamily/FAH1 ./FAH324 -local & cd /Users/akinsfamily/FAH2 ./FAH324 -local &
I saved it is StartFAH. A little chmod +x StartFAH action and I can execute it from a shell. Get Info and tell OSX to open this file with Terminal, drag it to the Login items window, and it should be ready to rock.
Yep...quiting Terminal keeps folding away, so I need to kill terminal automatically.
Offline
#14 2003-02-08 10:29 pm
Re: More power...
Yep...quiting Terminal keeps folding away, so I need to kill terminal automatically.
Try this applescript. You will need to customize it for your directory names.
Code:
do shell script "/Users/jonathan/F@H/OSX-3.24 > /dev/null 2>&1 &"
This will start folding without the use of the Terminal. Note though, that if you regularly logout/login to your computer, don't set up a login item for folding, or an additional instance of folding will startup each time.
Offline
#15 2003-02-08 11:09 pm
Re: More power...
Oh, what the heck. Here's what your applescript should probably look like. I realized that you included all the pertinent info.
Code:
do shell script "/Users/akinsfamily/FAH1/FAH324 -local > /dev/null 2>&1 &" do shell script "/Users/akinsfamily/FAH2/FAH324 -local > /dev/null 2>&1 &"
Just save this as an application.
Offline
#16 2003-02-09 7:12 am
Re: More power...
That's weird. When I log out, folding quits. There's something wrong with that applescript. 
Offline
#17 2003-02-10 8:06 am
- belloq
- Member
- Registered: 2002-12-09
- Posts: 156
Re: More power...
That's weird. When I log out, folding quits. There's something wrong with that applescript.
Well, cool and Thanks again, AG3!
I (currently) do not log out, so I shouldn't have this issue. I will implement your script when I get home today.
Offline
#18 2003-02-10 9:30 pm
- belloq
- Member
- Registered: 2002-12-09
- Posts: 156
Re: More power...
That script didn't exactly work as an AppleScript, AG3. Because it was executed from "/", FAH put all its files at the root of the boot drive.
What I changed it to was this:
Code:
do shell script "/Users/akinsfamily/StartFAH"
This script is saved as an Application.
And then this is StartFAH:
Code:
cd /Users/akinsfamily/FAH1 /Users/akinsfamily/FAH1/FAH324 -local > /dev/null 2>&1 & cd /Users/akinsfamily/FAH2 /Users/akinsfamily/FAH2/FAH324 -local > /dev/null 2>&1 &
This appears to do the trick I was looking to accomplish. The cd is important so FAH knows the directory it is being started in.
Thanks again for all your help!
Offline
