On Tue, Jul 20, 2010 at 9:46 PM, Dan Drake <dr...@kaist.edu> wrote:
> Hello all,
>
> When building from source, I can set MAKE and have the Sage library
> build in parallel. Is there a way I can do the same thing when using
> "sage -b"? In analogy to "sage -t" and "sage -tp", it would be nice to
> have "sage -bp".

Yes: set MAKE :)

export MAKE='make -j10'
sage -b

(In fact, when you build from source, it just does a "sage -b", I'm
pretty sure.)

Carl

-- 
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