BUG: No implicit setting of openmp threads#169
Conversation
|
I'll have a couple hours to kill in the Montreal airport this afternoon and will test this and see if I can reproduce the issue. |
Thanks @ngoldbaum happy journey |
|
I can reproduce the issue. I bet you can too if you set up a conda environment like this on your Mac: micromamba create -n quad -c conda-forge python numpy
micromamba activate quad
pip install numpy_quaddtype
python -c "import numpy_quaddtype"I'm also noticing that quaddtype now has a build dependency on an unreleased version of NumPy - which is a little annoying to work around... I can also confirm that this PR allows me to successfully import So, I think this is good. One question though: is the |
Yes, we switched to the nightly releases to keep the work going in NumPy and stay here in sync
Right, I am happy to remove it as by default openmp uses all hardware threads on a system and instead of these APIs user can use |
|
Nah, let's only remove it if it actually is a problem. In it goes! Because of the new numpy version bound you should consider opening a |
Can Close numpy/numpy-quaddtype#22