Use PlannedFFT in momentum space propagator.

This commit is contained in:
Peter Boyle
2026-09-03 20:59:42 -04:00
parent 59f4a3729a
commit 953a401366
5 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void bench(GridCartesian *grid, std::string name)
LatticeObject S(grid); gaussian(RNG,S);
typedef typename LatticeObject::vector_object vobj;
const int nrep = 10;
const int nrep = 50;
// Correctness + Parseval pass (unplanned), also the WARMUP that absorbs
// FFTW/allocator/MPI first-touch so the two timed passes below are both warm