[Python-Dev] cpython and parallel make (original) (raw)
Jonas Wagner jonas.wagner at epfl.ch
Thu Sep 4 12:06:25 CEST 2014
- Previous message: [Python-Dev] cpython and parallel make
- Next message: [Python-Dev] cpython and parallel make
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Thanks for your comments! I've done more tests on a new machine and, for better or worse, was no longer able to reproduce the issue. Parallel compilation now works fine; I'll keep collecting output from make, and would post it here if the problem appears again.
One additional issue appeared, though: it seems that extension modules are always built sequentially no matter what the value of MAKEFLAGS is. I've seen that these are being built by a custom setup.py script. Do you think it would be possible to parallelize this script? Would people be interested in having a parallel version?
Cheers, Jonas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140904/a169e370/attachment.html>
- Previous message: [Python-Dev] cpython and parallel make
- Next message: [Python-Dev] cpython and parallel make
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]