mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 22:50:45 +01:00
Printing
This commit is contained in:
parent
ff6da364e8
commit
744691097f
@ -198,7 +198,7 @@ namespace Grid {
|
|||||||
double add,mul,fma;
|
double add,mul,fma;
|
||||||
FFTW<scalar>::fftw_flops(p,&add,&mul,&fma);
|
FFTW<scalar>::fftw_flops(p,&add,&mul,&fma);
|
||||||
flops_call = add+mul+2.0*fma;
|
flops_call = add+mul+2.0*fma;
|
||||||
std::cout << "FFT Flops per call "<<flops_call<<std::endl;
|
|
||||||
GridStopWatch timer;
|
GridStopWatch timer;
|
||||||
|
|
||||||
// Barrel shift and collect global pencil
|
// Barrel shift and collect global pencil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user