mirror of
https://github.com/paboyle/Grid.git
synced 2026-09-05 01:09:35 +01:00
Use PlannedFFT in momentum space propagator.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user