1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Working on the RNGModule

This commit is contained in:
Guido Cossu
2017-01-09 11:06:18 +00:00
parent 1189ebc8b5
commit 0dfda4bb90
2 changed files with 72 additions and 16 deletions

View File

@ -43,10 +43,6 @@ namespace Grid {
double, beta,
int, MDsteps,
double, TrajectoryLength,
//int, SaveInterval,
//std::string, format,
//std::string, conf_prefix,
//std::string, rng_prefix,
std::string, serial_seeds,
std::string, parallel_seeds,
);
@ -86,6 +82,9 @@ int main(int argc, char **argv) {
HMCWrapper TheHMC;
TheHMC.Resources.AddFourDimGrid("gauge");
// here using the Reader but an overloaded function to pass the
// parameters class is provided
TheHMC.Resources.LoadBinaryCheckpointer(Reader);
/////////////////////////////////////////////////////////////