[Numpy-svn] [numpy/numpy] 7488eb: DOC: site.cfg: warn against OpenBLAS and multiproc...

GitHub noreply at github.com
Tue Jan 14 14:35:11 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 7488ebeee75f98a01dc6c9bab6e98e254ff54c95
      https://github.com/numpy/numpy/commit/7488ebeee75f98a01dc6c9bab6e98e254ff54c95
  Author: Lars Buitinck <larsmans at gmail.com>
  Date:   2014-01-14 (Tue, 14 Jan 2014)

  Changed paths:
    M site.cfg.example

  Log Message:
  -----------
  DOC: site.cfg: warn against OpenBLAS and multiprocessing

Fixes #654 by not fixing it; I don't think NumPy *can* actually fix
the problem as it's a design flaw in Python's multiprocessing. Listed
various alternatives (Python 3.4 forkserver, single-threaded OpenBLAS,
Python threading).


  Commit: a724c93d071d19c7ba839de73a93d86979faa930
      https://github.com/numpy/numpy/commit/a724c93d071d19c7ba839de73a93d86979faa930
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-01-14 (Tue, 14 Jan 2014)

  Changed paths:
    M site.cfg.example

  Log Message:
  -----------
  Merge pull request #4194 from larsmans/openblas-docs

DOC: site.cfg: warn against OpenBLAS and multiprocessing


Compare: https://github.com/numpy/numpy/compare/0b85f9136472...a724c93d071d


More information about the Numpy-svn mailing list