| Store | Cart

Re: [Python-Dev] cpython and parallel make

From: Brett Cannon <bre...@python.org>
Mon, 01 Sep 2014 20:27:48 +0000
 On Mon, Sep 1, 2014, 15:16 Victor Stinner <vict...@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
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/options/python-dev/brett%40python.org

_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Jonas Wagner Sep 01, 2014 09:51 am
Victor Stinner Sep 01, 2014 07:16 pm
Brett Cannon Sep 01, 2014 08:27 pm
Jonas Wagner Sep 04, 2014 10:06 am
Antoine Pitrou Sep 04, 2014 04:09 pm
Jonas Wagner Sep 05, 2014 08:37 am
Jonas Wagner Sep 05, 2014 10:15 am
Jonas Wagner Sep 05, 2014 01:05 pm
Brett Cannon Sep 05, 2014 05:56 pm
Jonas Wagner Sep 08, 2014 08:56 am
Messages in this thread