-
Notifications
You must be signed in to change notification settings - Fork 35
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
Is there a pthreads pool available that works on Windows? #2
Comments
I have not heard of problems with If someone could help me set up these tests for MinGW using Github Actions, I'm happy to do further analysis! |
@mreineck, this is a nice reference project for our question. If will check, if this works with msys2 g++ as well. |
Very good! The multi-threading part has been moved out of the FFT code in this project, but it is essentially hte same as in |
@mreineck, are there some simple test cases available as well? |
ups, found it in the repo... |
ducc0 binary wheels (Python-3.9 64bit) are available here for some time: https://my.hidrive.com/share/7gun0qvp2v |
It might help if you could grab some stack traces of where it hangs. However, If the bug really is in the compiler and/or system libraries then I'm not sure what we could do. |
see #1 (comment) and #1 (comment)
Related msys2 scipy issue: msys2/MINGW-packages#10164
Is pocketfft with thread support functional on windows? And if not, what has to be done to enable this functionality?
The text was updated successfully, but these errors were encountered: