mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Simplify
This commit is contained in:
parent
6c08385782
commit
b002587d7c
@ -37,8 +37,6 @@ Gamma::Algebra Gmu [] = {
|
|||||||
Gamma::Algebra::GammaT
|
Gamma::Algebra::GammaT
|
||||||
};
|
};
|
||||||
|
|
||||||
bool overlapComms = false;
|
|
||||||
|
|
||||||
void bench_wilson (
|
void bench_wilson (
|
||||||
LatticeFermion & src,
|
LatticeFermion & src,
|
||||||
LatticeFermion & result,
|
LatticeFermion & result,
|
||||||
@ -49,9 +47,7 @@ void bench_wilson (
|
|||||||
int main (int argc, char ** argv)
|
int main (int argc, char ** argv)
|
||||||
{
|
{
|
||||||
Grid_init(&argc,&argv);
|
Grid_init(&argc,&argv);
|
||||||
if( GridCmdOptionExists(argv,argv+argc,"--asynch") ){ overlapComms = true; }
|
|
||||||
typename WilsonFermionR::ImplParams params;
|
typename WilsonFermionR::ImplParams params;
|
||||||
params.overlapCommsCompute = overlapComms;
|
|
||||||
|
|
||||||
Coordinate simd_layout = GridDefaultSimd(Nd,vComplex::Nsimd());
|
Coordinate simd_layout = GridDefaultSimd(Nd,vComplex::Nsimd());
|
||||||
Coordinate mpi_layout = GridDefaultMpi();
|
Coordinate mpi_layout = GridDefaultMpi();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user