Skip to content
Snippets Groups Projects
Sebastian Kehl's avatar
Sebastian Kehl's avatar
opened merge request !155 "remove unnecessary __restrict__ modifiers" at TurTLE / TurTLE
Sebastian Kehl's avatar
Sebastian Kehl's avatar
commented on merge request !154 "precision-specific fftw-setup in main_code" at TurTLE / TurTLE

yes, that it very neat!

Sebastian Kehl's avatar
  • 2ddf7093 · enable export/import fftw-wisdom based on basename
Cristian Lalescu's avatar
commented on merge request !154 "precision-specific fftw-setup in main_code" at TurTLE / TurTLE

Thanks for checking the actual files, I haven't looked at one of them in a while....

Cristian Lalescu's avatar
commented on issue #53 "move fft files" at TurTLE / TurTLE

I would agree with any change that leads to a clearer structure of the code in general....

Sebastian Kehl's avatar
commented on merge request !154 "precision-specific fftw-setup in main_code" at TurTLE / TurTLE

I see, but these wisdom files here are simulation specific files. So my question was more: how likely is it that a user would run a single- and a d...

Cristian Lalescu's avatar
opened issue #53 "move fft files" at TurTLE / TurTLE
Cristian Lalescu's avatar
approved merge request !152 "add fft_interface abstraction layer" at TurTLE / TurTLE
Cristian Lalescu's avatar
approved merge request !154 "precision-specific fftw-setup in main_code" at TurTLE / TurTLE
Cristian Lalescu's avatar
commented on merge request !154 "precision-specific fftw-setup in main_code" at TurTLE / TurTLE

For what it's worth I'd prefer that cluster support teams would generate global fftw wisdom files, as that webpage discusses, and we could get rid ...

Cristian Lalescu's avatar
commented on merge request !154 "precision-specific fftw-setup in main_code" at TurTLE / TurTLE

I don't think so. At https://www.fftw.org/fftw-wisdom.1.html they give examples of transform names, and I don't see the floating point size in thos...

Sebastian Kehl's avatar
commented on merge request !152 "add fft_interface abstraction layer" at TurTLE / TurTLE

now it's better...

Sebastian Kehl's avatar
  • fb55d198 · move reading/writing of fftw-wisdom to init/cleanup
Sebastian Kehl's avatar
commented on merge request !152 "add fft_interface abstraction layer" at TurTLE / TurTLE

Perspectively we can think whether we want to move the fft implementations to a sub-folder maybe? Something like:...

Sebastian Kehl's avatar
commented on merge request !152 "add fft_interface abstraction layer" at TurTLE / TurTLE

this is now functionally equivalent to !154...

Sebastian Kehl's avatar
commented on merge request !152 "add fft_interface abstraction layer" at TurTLE / TurTLE

this is now functionally equivalent to !154 except for hiding the details in the fft_interface.

Sebastian Kehl's avatar
commented on merge request !152 "add fft_interface abstraction layer" at TurTLE / TurTLE

this is resolved now

Sebastian Kehl's avatar