Re: Building more files than CPUs
Re: Building more files than CPUs
- Subject: Re: Building more files than CPUs
- From: Brad Oliver <email@hidden>
- Date: Thu, 9 Feb 2006 10:05:26 -0700
On Feb 9, 2006, at 9:35 AM, email@hidden wrote:
When I build with Xcode on my main G5, I have 6 PPC CPUs available
around the house. Xcode will use those, and it will build *8* files
at a time. When I build on the Intel iMac, it will usually build 2
files at a time (no other Intel Macs around). However, the other day
it was building *6* files at a time.
Are you building universal binaries? Just a hunch - maybe it's
distributing 6 files to the PPCs (for ppc compilation) and 2 more to
the x86 (for x86 compilation). On your Intel box, perhaps it is
building 6 PPC files (all on the PPCs you have) and no x86. The best
way to check might be to watch the commandline output in xcode and
see - it's hard to guess without more info.
--
Brad Oliver
email@hidden
_______________________________________________
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