Skip to content

Commit 3aab983

Browse files
committed
Flop count set as in DiRAC-ITT-2020 (mistaken 20% low, but must maintain consistency)
1 parent 9c4dcc5 commit 3aab983

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

benchmarks/Benchmark_ITT.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ class Benchmark {
445445
// 1344= 3*(2*8+6)*2*8 + 8*3*2*2 + 3*4*2*8
446446
// 1344 = Nc* (6+(Nc-1)*8)*2*Nd + Nd*Nc*2*2 + Nd*Nc*Ns*2
447447
// double flops=(1344.0*volume)/2;
448-
#if 1
448+
#if 0
449449
double fps = Nc* (6+(Nc-1)*8)*Ns*Nd + Nd*Nc*Ns + Nd*Nc*Ns*2;
450450
#else
451451
double fps = Nc* (6+(Nc-1)*8)*Ns*Nd + 2*Nd*Nc*Ns + 2*Nd*Nc*Ns*2;
@@ -512,7 +512,6 @@ class Benchmark {
512512
NN_global=NN;
513513
uint64_t SHM=NP/NN;
514514

515-
Coordinate latt4({local[0]*mpi[0],local[1]*mpi[1],local[2]*mpi[2],local[3]*mpi[3]});
516515

517516
///////// Welcome message ////////////
518517
std::cout<<GridLogMessage << "=================================================================================="<<std::endl;

0 commit comments

Comments
 (0)