From 41c9785f3b6103ef33c665c4bde67e2cf91221a1 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 10 May 2015 15:27:38 +0100 Subject: [PATCH] Default to single node. Move to command line args. --- tests/Grid_nersc_io.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Grid_nersc_io.cc b/tests/Grid_nersc_io.cc index 06e51d41..95f9db88 100644 --- a/tests/Grid_nersc_io.cc +++ b/tests/Grid_nersc_io.cc @@ -11,7 +11,7 @@ int main (int argc, char ** argv) Grid_init(&argc,&argv); std::vector simd_layout({1,1,2,2}); - std::vector mpi_layout ({2,2,2,2}); + std::vector mpi_layout ({1,1,1,1}); std::vector latt_size ({16,16,16,32}); std::vector clatt_size ({4,4,4,8}); int orthodir=3; @@ -52,6 +52,7 @@ int main (int argc, char ** argv) double vol = Fine.gSites(); Complex PlaqScale(1.0/vol/6.0/3.0); + std::cout <<"PlaqScale" << PlaqScale< Plaq_T(orthosz); sliceSum(Plaq,Plaq_T,Nd-1);