From e6c6f82c52d1f777ba006480d8114032b37cf707 Mon Sep 17 00:00:00 2001 From: Christopher Kelly Date: Wed, 27 Jan 2021 11:18:41 -0500 Subject: [PATCH] Gparity DWF+I HMC main program now has option to specify parameter file --- HMC/DWF2p1fIwasakiGparity.cc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/HMC/DWF2p1fIwasakiGparity.cc b/HMC/DWF2p1fIwasakiGparity.cc index ec1f21e2..cfa8f05c 100644 --- a/HMC/DWF2p1fIwasakiGparity.cc +++ b/HMC/DWF2p1fIwasakiGparity.cc @@ -100,17 +100,26 @@ int main(int argc, char **argv) { // here make a routine to print all the relevant information on the run std::cout << GridLogMessage << "Grid is setup to use " << threads << " threads" << std::endl; + std::string param_file = "params.xml"; + for(int i=1;i