mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Merge branch 'develop' into feature/scalar_adjointFT
This commit is contained in:
		@@ -56,6 +56,7 @@ class HMCWrapperTemplate: public HMCRunnerBase<ReaderClass> {
 | 
			
		||||
  using IntegratorType = Integrator<Implementation, S, RepresentationsPolicy>;
 | 
			
		||||
 | 
			
		||||
  HMCparameters Parameters;
 | 
			
		||||
  std::string ParameterFile;
 | 
			
		||||
  HMCResourceManager<Implementation> Resources;
 | 
			
		||||
 | 
			
		||||
  // The set of actions (keep here for lower level users, for now)
 | 
			
		||||
@@ -114,6 +115,10 @@ class HMCWrapperTemplate: public HMCRunnerBase<ReaderClass> {
 | 
			
		||||
      GridCmdOptionIntVector(arg, ivec);
 | 
			
		||||
      Parameters.NoMetropolisUntil = ivec[0];
 | 
			
		||||
    }
 | 
			
		||||
    if (GridCmdOptionExists(argv, argv + argc, "--ParameterFile")) {
 | 
			
		||||
      arg = GridCmdOptionPayload(argv, argv + argc, "--ParameterFile");
 | 
			
		||||
      ParameterFile = arg;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user