Open colinjcotter opened 2 years ago
This requires that the latest Firedrake docker image be built with FFTW, and then to fix the mpi4py_fft install in the asQ Actions build.
The FFT takes up a very small proportion of the runtime with scipy.fft. Updating to FFTW is not a priority at the moment. See runtime profile for scalar advection below.
scipy.fft
This requires that the latest Firedrake docker image be built with FFTW, and then to fix the mpi4py_fft install in the asQ Actions build.