>>> What is a problem with it and >>> how should it be fixed, or rewritten from scratch? > > I did a little work on rewriting it from scratch, but using > pyprocessing: > > http://trac.sagemath.org/sage_trac/ticket/3765 > > The above is just done by adding a couple of lines to setup.py, so > it's really trivial. > > To make it usable for most people, I think I'll change it to > use a command line option, e.g., > > sage -br 10 > > will build sage in parallel using at most 10 cores. > (If the number is >= 2 * the number of processors, say, > then it'll stop with an error, since it is easy to > accidently do "sage -br 10000" oops... boom.) > > What do you think?
The patch seems very easy thanks for the work! Ondrej --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
