1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-09-18 17:21:05 +01:00

Fixing Laplace flopcount Minor cleanup

This commit is contained in:
Chulwoo Jung
2024-02-13 12:06:08 -05:00
parent 948d16fb06
commit fe98e9f555
2 changed files with 67 additions and 48 deletions

View File

@@ -768,7 +768,7 @@ public:
double volume=1; for(int mu=0;mu<Nd;mu++) volume=volume*latt4[mu];
// double flops=(1146.0*volume)/2;
double flops=(2*8*216.0*volume);
double flops=(2*2*8*216.0*volume);
double mf_hi, mf_lo, mf_err;
timestat.statistics(t_time);