Results 28 comments of Michael Pippig

We still have to check, whether all the flags are supported in the right way, e.g., DESTROY_INPUT, PRESERVE_INPUT and so on. I also think, that we do not have to...

Dear Yu, what is the status of this issue. Did you do some more work on this? Do you need some more help?

This is the way FFTW did it for years. But I do not have any problems with your suggestions. I'll give it a try in branch block_offset. It will be...

Thanks for the report. I checked it with the current master branch and it did not crash. Did you install FFTW-3.3.4 with my install scripts (including my performance patches), or...

Now, I got the same segfault in FFTWs internal plan free with the non-patched version. Looks like a bug in FFTW-MPI. I have to dig deeper into the code for...

This segfault was caused by a double free within FFTW-MPI. I fixed it in commit 9831bbd of the official FFTW repository on Github. The bugfix is already included in FFTW-3.3.5....

This is the [link](https://github.com/FFTW/fftw3/commit/9831bbd14ca5b963ad1dba260c86151c94e000ee) to the bugfix.

Hi, do you have good reasons to use PFFT on mobile phones? I do not think that they are made for massively parallel computing via MPI. Do your already have...