-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiprocessing does not work with mkl_fft #89
Comments
If you are using If not, please instruct how to reproduce your findings. |
Yes, I am using conda, this is the output of
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When import fft from mkl_fft, the code below runs in a single CPU (two threads, image 1). However, when importing fft from scipy, the code runs simultaneously in multiple CPUs (N = 15 in my case, image 2).
The text was updated successfully, but these errors were encountered: