mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 08:17:05 +01:00
HMC checkpointing .
Need a general HMC framework to work in restart.
This commit is contained in:
@ -116,8 +116,9 @@ int main (int argc, char ** argv)
|
||||
|
||||
std::string clone2x3("./ckpoint_clone2x3.4000");
|
||||
std::string clone3x3("./ckpoint_clone3x3.4000");
|
||||
int precision32 = 0;
|
||||
|
||||
int precision32 = 1;
|
||||
int tworow = 1;
|
||||
NerscIO::writeConfiguration(Umu,clone3x3,0,precision32);
|
||||
NerscIO::writeConfiguration(Umu,clone2x3,1,precision32);
|
||||
|
||||
|
Reference in New Issue
Block a user