mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Making the ILDG support optional
This commit is contained in:
@ -81,6 +81,10 @@ class HmcRunner : public BinaryHmcRunner {
|
||||
TheAction.push_back(Level1);
|
||||
|
||||
// Add observables
|
||||
// options for checkpointers
|
||||
//BinaryHmcCheckpointer
|
||||
//ILDGHmcCheckpointer
|
||||
//NerscHmcCheckpointer
|
||||
ILDGHmcCheckpointer<BinaryHmcRunner::ImplPolicy> Checkpoint(
|
||||
HMCPar.conf_prefix, HMCPar.rng_prefix, HMCPar.SaveInterval, HMCPar.format);
|
||||
// Can implement also a specific function in the hmcrunner
|
||||
|
Reference in New Issue
Block a user