Skip to content
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

fix FFTW crash after set_num_threads #21127

Merged
merged 1 commit into from
Mar 23, 2017
Merged

Conversation

stevengj
Copy link
Member

This should fix #19892.

(I also changed a global variable into a Ref const, for type stability.)

@JeffBezanson JeffBezanson merged commit 0b8c5ed into JuliaLang:master Mar 23, 2017
@stevengj stevengj deleted the fftwbug branch March 23, 2017 18:42
stevengj added a commit to stevengj/julia that referenced this pull request Mar 27, 2017
…me the planner is called (JuliaLang#21127 incorrectly prevented threads from being used at all)
stevengj added a commit that referenced this pull request Mar 28, 2017
* updated fix for #19892; initialize FFTW threads the first time the planner is called (#21127 incorrectly prevented threads from being used at all)

* add test for #21163
@iamnapo iamnapo mentioned this pull request Apr 5, 2017
tkelman pushed a commit that referenced this pull request May 2, 2017
(cherry picked from commit 3bdfeef)
ref #21127
tkelman pushed a commit that referenced this pull request May 2, 2017
* updated fix for #19892; initialize FFTW threads the first time the planner is called (#21127 incorrectly prevented threads from being used at all)

* add test for #21163

(cherry picked from commit 378ed8a)
tkelman pushed a commit that referenced this pull request May 3, 2017
(cherry picked from commit 3bdfeef)
ref #21127
tkelman pushed a commit that referenced this pull request May 3, 2017
* updated fix for #19892; initialize FFTW threads the first time the planner is called (#21127 incorrectly prevented threads from being used at all)

* add test for #21163

(cherry picked from commit 378ed8a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault in multithreaded FFTW
3 participants