| 1 | initial version |
Finally found the answer:
Instead of make -j4, simply remove the -j. Checked the Make book from 2004, p.43, Chapter 5, 5.3 Parallel Execution
127,000 lines of output, no freeze up.
make[2]: Leaving directory '/mnt/extra_data/Sage/Develop/sage/build/make' Sage build/upgrade complete! real 173m38.671s user 226m18.537s sys 9m37.969s make[1]: Leaving directory '/mnt/extra_data/Sage/Develop/sage'
| 2 | No.2 Revision |
Finally found the answer:
Instead of make -j4, simply remove the -j. -j option, so just make.
Checked the Make book from 2004, p.43, Chapter 5, 5.3 Parallel Execution
127,000 lines of output, no freeze up.
make[2]: Leaving directory '/mnt/extra_data/Sage/Develop/sage/build/make' Sage build/upgrade complete! real 173m38.671s user 226m18.537s sys 9m37.969s make[1]: Leaving directory '/mnt/extra_data/Sage/Develop/sage'
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.