Re: [sage-devel] Re: Parallel builds

2011-04-01 Thread Dr. David Kirkby
On 04/ 1/11 07:38 PM, Volker Braun wrote: A single 7200 rpm drive in a dual 6-core Xeon? Did you also go with the default 4GB ram? ;-) I think the technician at Sun who assembled my Sun must have thought it a bit odd. I ordered it with a 3.33 GHz quad core Xeon CPU (over £1000 at the time),

Re: [sage-devel] Re: Parallel builds

2011-04-01 Thread Justin C. Walker
On 1 Apr, 2011, at 11:38 AM, Volker Braun wrote: > A single 7200 rpm drive in a dual 6-core Xeon? Did you also go with the > default 4GB ram? ;-) Actually, no. I have 2x2TB(7200rpm) drives and 24GB of ram. After all, these new processors like about 1GB/thread, right? But, you've shamed me.

Re: [sage-devel] Re: Parallel builds

2011-04-01 Thread Volker Braun
A single 7200 rpm drive in a dual 6-core Xeon? Did you also go with the default 4GB ram? ;-) -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at htt

Re: [sage-devel] Re: Parallel builds

2011-04-01 Thread Justin C. Walker
On Apr 1, 2011, at 05:33 , Volker Braun wrote: > Your storage might be slow, too, but I guess you got a reasonable SSD with > your system so that shouldn't be a concern. I actually have only the standard (7200 rpm) drive, no SSD. > Though I'm not surprised that a significant fraction of the bu

Re: [sage-devel] Re: Parallel builds

2011-04-01 Thread David Kirkby
On 1 April 2011 13:33, Volker Braun wrote: > Your storage might be slow, too, but I guess you got a reasonable SSD with > your system so that shouldn't be a concern. > > Though I'm not surprised that a significant fraction of the build time is > spent in various (single-threaded) configure scripts

Re: [sage-devel] Re: Parallel builds

2011-04-01 Thread Volker Braun
Your storage might be slow, too, but I guess you got a reasonable SSD with your system so that shouldn't be a concern. Though I'm not surprised that a significant fraction of the build time is spent in various (single-threaded) configure scripts. If I exclude ATLAS, I can build Sage in about 30

Re: [sage-devel] Re: Parallel builds

2011-04-01 Thread David Kirkby
On 1 April 2011 05:24, Volker Braun wrote: > I agree that the number of make -jN threads should be a good deal larger > than the number of physical cores. Also, make sure that you set > export SAGE_PARALLEL_SPKG_BUILD=yes > or you'll see mostly a slow single-threaded configure followed by a > ligh

Re: [sage-devel] Re: Parallel builds

2011-03-31 Thread Justin C. Walker
On Mar 31, 2011, at 21:24 , Volker Braun wrote: > I agree that the number of make -jN threads should be a good deal larger > than the number of physical cores. Also, make sure that you set > > export SAGE_PARALLEL_SPKG_BUILD=yes > > or you'll see mostly a slow single-threaded configure followe

[sage-devel] Re: Parallel builds

2011-03-31 Thread Volker Braun
I agree that the number of make -jN threads should be a good deal larger than the number of physical cores. Also, make sure that you set export SAGE_PARALLEL_SPKG_BUILD=yes or you'll see mostly a slow single-threaded configure followed by a lightning-fast compile phase. This should be really th