Skip to content

Fix a problem with the input variable FFTPreparePlan, which was not working.

Nicolas Tancogne-Dejean requested to merge improved_fftw_support into develop

Description

Fix a problem with the input variable FFTPreparePlan, which was not working. Adding more options to FFTPreparePlan FFTW now uses aligned memory by default.

News snippet

Fix a problem with the input variable FFTPreparePlan, which was not working. Adding more options to FFTPreparePlan FFTW now uses aligned memory by default.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports