[sage-devel] Re: building sage in parallel in parallel

2009-06-25 Thread William Stein
On Mon, Jun 22, 2009 at 4:29 PM, jyr wrote: > > Below is a python script that implements the above and sets > environment variables for parallel compiles. Just save the script to > makesage.py (say) in the sage root dir and run it via > > python makesage.py -j8 > > It reduced the sage-4.0.2 compil

[sage-devel] Re: building sage in parallel in parallel

2009-06-22 Thread jyr
Below is a python script that implements the above and sets environment variables for parallel compiles. Just save the script to makesage.py (say) in the sage root dir and run it via python makesage.py -j8 It reduced the sage-4.0.2 compile to 1hour 51 minutes on a dual quad AMD 2GHz machine. --