diff --git a/Grid_main.cc b/Grid_main.cc index a3ef32c8..4727470b 100644 --- a/Grid_main.cc +++ b/Grid_main.cc @@ -182,21 +182,19 @@ int main (int argc, char ** argv) printf("mult NumThread %d , Lattice size %d , %f Mflop/s\n",omp,lat,flops/(t1-t0)); printf("mult NumThread %d , Lattice size %d , %f MB/s\n",omp,lat,bytes/(t1-t0)); -/* - mult(FooBar,Foo,Bar); - // FooBar = Foo * Bar; + mult(FooBar,Foo,Bar); + FooBar = Foo * Bar; t0=usecond(); for(int i=0;i