[Python-Dev] cpython and parallel make (original) (raw)

Brett Cannon brett at python.org
Mon Sep 1 22:27:48 CEST 2014


On Mon, Sep 1, 2014, 15:16 Victor Stinner <victor.stinner at gmail.com> wrote:

Hi,

My bashrc sets MAKEFLAGS to -j9 and Python compilation works fine on Fedora 20 with GNU make and GCC. My computer has 8 cores (4 physical with hyper threading).

It looks like your compiler is Clang. What is your OS and OS

version?

I compile with -j8 with Clang on OS X and never have issues.

-Brett

Can you try to run make in verbose mode and attach the full log to your email? Ex: try make SHELL="bash -x" to see executed shell commands. (Run "make clean" before)

Victor


Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/brett%40python.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140901/299484bc/attachment.html>



More information about the Python-Dev mailing list