Re: "6 day compile" (1 GHz G4) DONE in 7 hours (8 core Intel 3.0 GHz over SSH)
Re: "6 day compile" (1 GHz G4) DONE in 7 hours (8 core Intel 3.0 GHz over SSH)
- Subject: Re: "6 day compile" (1 GHz G4) DONE in 7 hours (8 core Intel 3.0 GHz over SSH)
- From: Mike Jackson <email@hidden>
- Date: Fri, 15 Jun 2007 08:14:20 -0400
Well... _if_ you had been using a Makefile for this project, then you
could have done the following:
make -j8 (where 8 is the number of concurrent jobs to run at one time)
On an 8 core machine I would have tried at least 8, if not 10 or 12.
Just keep trying higher numbers until nothing is sped up.
Of course you would have had to had a makefile ready. Just FYI.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Jun 14, 2007, at 11:28 PM, Helmut Brandt wrote:
Anyway, if anyone can tell me how to feed a stream of commands to a
shell that will execute one after another (no forking), I would
appreciate it.
Thanks again to all that responded.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden