From 0f48658a27f7f6fc59032714b036a98dbea01fc5 Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 4 Nov 2015 03:23:46 -0800 Subject: [PATCH] Update minor --- benchmarks/Benchmark_memory_asynch.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/Benchmark_memory_asynch.cc b/benchmarks/Benchmark_memory_asynch.cc index 4b11ef67..06b07ccf 100644 --- a/benchmarks/Benchmark_memory_asynch.cc +++ b/benchmarks/Benchmark_memory_asynch.cc @@ -8,7 +8,7 @@ int main (int argc, char ** argv) { Grid_init(&argc,&argv); - const int Nvec=4; + const int Nvec=8; typedef Lattice< iVector< vReal,Nvec> > LatticeVec; typedef iVector Vec; @@ -28,7 +28,7 @@ int main (int argc, char ** argv) const int lmax = 16536*16; for(int lat=4;lat<=lmax;lat*=2){ - int Nloop=lmax*128*4/lat; + int Nloop=lmax*4/lat; std::vector latt_size ({2*mpi_layout[0],2*mpi_layout[1],4*mpi_layout[2],lat*mpi_layout[3]}); @@ -45,7 +45,7 @@ int main (int argc, char ** argv) std::vector x(threads,&Grid); for(int t=0;t