diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-04-03 14:46:49 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-04-06 21:50:58 +0200 |
commit | 733f547f363c6d112992d9666e65c6518a21c5fb (patch) | |
tree | 6280d912b13eca6a151781370266153be4e9df46 /numpy/lib/nanfunctions.py | |
parent | 6c6ddaf62e0556919a57d510e13ccb2e6cd6e043 (diff) | |
download | numpy-733f547f363c6d112992d9666e65c6518a21c5fb.tar.gz |
ENH: disable OpenBLAS affinity settings
OpenBLAS starts as many threads as it can and assigns them to cpus
This includes the main thread Python is running in.
This means any threads or processes Python starts must all share this
cpu, nullifying any parallization efforts.
Luckily this behaviour can be disabled via an environment variable which
we need to set before loading dotblas which may be linked to OpenBLAS.
Libraries loading BLAS before numpy are stills screwed.
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions