-
https://github.com/yambo-code/yambo/blob/master/src/wf_and_fft/fft_3d_fftw.F is not thread safe if `fftw_plan=0`.
In yambo, by chance, the subroutine, when called inside multi-thread loops, seems t…
-
I'm seeing the following build error when trying to run `cargo test` on Mac OS with V1.0.2:
```
Updating crates.io index
error: failed to select a version for `kifmm-fftw-src`.
... requi…
-
**tl;dr:** What's the proper "number of threads" when using OpenCilk as the parallelism backend for FFTW?
I am trying to parallelize FFTW using Cilk. Following the manual, I have provided Cilk to F…
-
Thanks for this image.
Are you able to add --with-fftw which is needed for certain transformations?
If it's not something obvious, let me know and I will try to give it a go and do a PR.
-
Hi, thanks for putting together the bindings for FINUFFT in julia.
I obtain a crash when calling FFTW functions after some FINUFFT ones in Windows when using multi-threading. I can't trigger the sa…
-
fftw is buit-in and included with the Matlab distribution,
`ls -al /Applications/MATLAB_R2023b.app/bin/maca64 | grep fftw`
which includes single and double precision copies of the library. We can u…
-
In the Rubin community there is a movement to switch from GPL to more permissive licenses like MIT and BSD. Currently we have two groups of GPL dependencies: GSL and the corresponding crate, and FFTW …
-
Hi, I am running `pyfftw` on RF ADC samples, which are `int16 [I, Q]` or `complex int32` data types.
is `pyfftw` supports int16 IQ data types?
```python
ai = np.arange(128).astype(np.int16)
aq =…
-
Since it effectively makes this package GPL licensed. Some possibilities might be
- https://github.com/Taaitaaiger/RustFFT.jl (but https://github.com/Taaitaaiger/RustFFT.jl/issues/6)
- https://git…
-
I try to build p3dfft on Ubuntu 20.04.
On Debian based systems, the fftw libs are in /usr/lib/x86_64-linux-gnu so it does not to just use `--with-fftw=/usr`.
I copied the headers and the librari…