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:
@ -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;
|
||||
|
Reference in New Issue
Block a user