1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 19:36:56 +01:00

OMP dslash working

This commit is contained in:
Peter Boyle
2015-05-13 10:59:22 +01:00
parent e6e72d23df
commit 0097b81778
4 changed files with 64 additions and 53 deletions

View File

@ -80,7 +80,7 @@ int main (int argc, char ** argv)
int ncall=1000;
double t0=usecond();
for(int i=0;i<ncall;i++){
Dw.multiply(src,result);
Dw.M(src,result);
}
double t1=usecond();
double flops=1320*volume*ncall;