On 2012-01-21 07:38, Dima Pasechnik wrote:
> perhaps it's also important to see how fast 'sage -b' goes after a large
> change. Currently it seems that as it runs scons, and not make, scons
> only uses one processor. (scons has a -j switch, but is does not seem to
> be used).
It uses scons for building c_lib (which doesn't take a long time
anyway).  It uses setup.py, neither make nor scons, for building the
Sage library.  You can do

MAKE="make -j64 -l32" ./sage -b

which would use 32 threads.  See #12016 (merged in sage-4.8.alpha).

-- 
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 http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to